Class FleetDeploymentPackageUpgradeAttributes

Attributes for creating a new package upgrade deployment.

Hierarchy

  • FleetDeploymentPackageUpgradeAttributes

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
filterQuery?: string

Query used to filter and select target hosts for the deployment. Uses the Datadog query syntax.

targetPackages: FleetDeploymentPackage[]

List of packages and their target versions to deploy to the selected hosts.

Generated using TypeDoc