Interface protos.google.cloud.config.v1.IDeploymentGroup (0.12.0)

Properties of a DeploymentGroup.

Package

@google-cloud/config

Properties

annotations

annotations?: ({ [k: string]: string }|null);

DeploymentGroup annotations

createTime

createTime?: (google.protobuf.ITimestamp|null);

DeploymentGroup createTime

deploymentUnits

deploymentUnits?: (google.cloud.config.v1.IDeploymentUnit[]|null);

DeploymentGroup deploymentUnits

labels

labels?: ({ [k: string]: string }|null);

DeploymentGroup labels

name

name?: (string|null);

DeploymentGroup name

provisioningError

provisioningError?: (google.rpc.IStatus|null);

DeploymentGroup provisioningError

provisioningState

provisioningState?: (google.cloud.config.v1.DeploymentGroup.ProvisioningState|keyof typeof google.cloud.config.v1.DeploymentGroup.ProvisioningState|null);

DeploymentGroup provisioningState

provisioningStateDescription

provisioningStateDescription?: (string|null);

DeploymentGroup provisioningStateDescription

state

state?: (google.cloud.config.v1.DeploymentGroup.State|keyof typeof google.cloud.config.v1.DeploymentGroup.State|null);

DeploymentGroup state

stateDescription

stateDescription?: (string|null);

DeploymentGroup stateDescription

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

DeploymentGroup updateTime