DeploymentUnitProgress(mapping=None, *, ignore_unknown_fields=False, **kwargs)The progress of a deployment unit provisioning or deprovisioning.
Attributes |
|
|---|---|
| Name | Description |
unit_id |
str
Output only. The unit id of the deployment unit to be provisioned. |
deployment |
str
Output only. The name of the deployment to be provisioned. Format: 'projects/{project}/locations/{location}/deployments/{deployment}'. |
state |
google.cloud.config_v1.types.DeploymentUnitProgress.State
Output only. The current step of the deployment unit provisioning. |
state_description |
str
Output only. Additional information regarding the current state. |
deployment_operation_summary |
google.cloud.config_v1.types.DeploymentOperationSummary
Output only. The summary of the deployment operation. |
error |
google.rpc.status_pb2.Status
Output only. Holds the error status of the deployment unit provisioning. |
intent |
google.cloud.config_v1.types.DeploymentUnitProgress.Intent
Output only. The intent of the deployment unit. |
Classes
Intent
Intent(value)The possible intents of a deployment unit.
State
State(value)The possible steps a deployment unit provisioning may be running.