Class FleetDeploymentConfigureV2DryRun

The result of a configuration deployment dry run.

Hierarchy

  • FleetDeploymentConfigureV2DryRun

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

Attributes of a configuration deployment dry-run response.

id: string

Always "dry-run" for a dry-run response. Does not identify a real deployment and cannot be used to fetch a deployment by ID.

The type of deployment resource.

Generated using TypeDoc