Package version information for a host, showing the initial version before deployment, the target version to deploy, and the current version on the host.

Hierarchy

  • FleetDeploymentHostPackage

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
currentVersion?: string

The current version of the package on the host.

initialVersion?: string

The initial version of the package on the host before the deployment started.

packageName?: string

The name of the package.

targetVersion?: string

The target version that the deployment is attempting to install.

Generated using TypeDoc