Class FleetDeploymentConfigureV2DryRunResult

Validation result of a configuration deployment dry run.

Hierarchy

  • FleetDeploymentConfigureV2DryRunResult

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
configValidated?: boolean

Whether the configuration passed schema validation.

nonUpgradableByReason?: {
    [key: string]: number;
}

Breakdown of ineligible host counts by reason. Only includes reasons with a non-zero count. Absent from the response when no targeted host is ineligible.

Type declaration

  • [key: string]: number
nonUpgradableHosts?: number

Number of targeted hosts that are not eligible to receive this configuration.

Generated using TypeDoc