Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class DeploymentState.
The state of the deployment resource.
Protobuf type google.cloud.cloudsecuritycompliance.v1.DeploymentState
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
static::name
value
mixed
static::value
name
mixed
Constants
DEPLOYMENT_STATE_UNSPECIFIED
Value: 0
Default value. This value is unused.
Generated from protobuf enum DEPLOYMENT_STATE_UNSPECIFIED = 0;
DEPLOYMENT_STATE_VALIDATING
Value: 1
Validating the deployment.
Generated from protobuf enum DEPLOYMENT_STATE_VALIDATING = 1;
DEPLOYMENT_STATE_CREATING
Value: 2
Deployment is being created.
Generated from protobuf enum DEPLOYMENT_STATE_CREATING = 2;
DEPLOYMENT_STATE_DELETING
Value: 3
Deployment is being deleted.
Generated from protobuf enum DEPLOYMENT_STATE_DELETING = 3;
DEPLOYMENT_STATE_FAILED
Value: 4
Deployment has failed. All the changes made by the deployment were successfully rolled back. You can retry or delete a deployment that's in this state.
Generated from protobuf enum DEPLOYMENT_STATE_FAILED = 4;
DEPLOYMENT_STATE_READY
Value: 5
Deployment is successful and ready to use.
Generated from protobuf enum DEPLOYMENT_STATE_READY = 5;
DEPLOYMENT_STATE_PARTIALLY_DEPLOYED
Value: 6
Deployment is partially deployed. All the cloud controls weren't deployed successfully. Retrying the operation resumes from the first failed step.
Generated from protobuf enum DEPLOYMENT_STATE_PARTIALLY_DEPLOYED = 6;
DEPLOYMENT_STATE_PARTIALLY_DELETED
Value: 7
Deployment is partially deleted. All the cloud control deployments weren't deleted successfully. Retrying the operation resumes from the first failed step.
Generated from protobuf enum DEPLOYMENT_STATE_PARTIALLY_DELETED = 7;

