Class FleetDeploymentConfigureV2DryRunAttributes

Attributes of a configuration deployment dry-run response.

Hierarchy

  • FleetDeploymentConfigureV2DryRunAttributes

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

Validation result of a configuration deployment dry run.

query?: string

Query used to filter and select target hosts for the deployment.

totalHosts?: number

Total number of hosts targeted by this deployment.

Generated using TypeDoc