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
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DEPLOYMENT_STATE_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum DEPLOYMENT_STATE_UNSPECIFIED = 0;
DEPLOYMENT_STATE_VALIDATING
Value: 1Validating the deployment.
Generated from protobuf enum DEPLOYMENT_STATE_VALIDATING = 1;
DEPLOYMENT_STATE_CREATING
Value: 2Deployment is being created.
Generated from protobuf enum DEPLOYMENT_STATE_CREATING = 2;
DEPLOYMENT_STATE_DELETING
Value: 3Deployment is being deleted.
Generated from protobuf enum DEPLOYMENT_STATE_DELETING = 3;
DEPLOYMENT_STATE_FAILED
Value: 4Deployment 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: 5Deployment is successful and ready to use.
Generated from protobuf enum DEPLOYMENT_STATE_READY = 5;
DEPLOYMENT_STATE_PARTIALLY_DEPLOYED
Value: 6Deployment 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: 7Deployment 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;