Class FleetDeploymentConfigureV2Package

A package and its target version to additionally deploy alongside a configuration change.

Hierarchy

  • FleetDeploymentConfigureV2Package

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

APM auto-instrumentation mode to enable for this package, if applicable.

name: string

The name of the package to deploy.

version: string

The target version of the package to deploy.

Generated using TypeDoc