Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class DeploymentState.
DeploymentState represents 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: 0
Unspecified. Invalid state.
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 in CREATING state.
Generated from protobuf enum DEPLOYMENT_STATE_CREATING = 2;
DEPLOYMENT_STATE_DELETING
Value: 3
Deployment is in DELETING state.
Generated from protobuf enum DEPLOYMENT_STATE_DELETING = 3;
DEPLOYMENT_STATE_FAILED
Value: 4
Deployment has failed. All the changes made by the deployment have been successfully rolled back. A deployment in the FAILED state can be retried or deleted.
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 were not deployed successfully. Retrying the operation will resume 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 were not deleted successfully. Retrying the operation will resume from the first failed step.
Generated from protobuf enum DEPLOYMENT_STATE_PARTIALLY_DELETED = 7;