public enum DeploymentState extends Enum<DeploymentState> implements ProtocolMessageEnumDeploymentState represents the state of the Deployment resource.
 Protobuf enum google.cloud.cloudsecuritycompliance.v1.DeploymentState
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| DEPLOYMENT_STATE_CREATING | Deployment is in CREATING state.   | 
| DEPLOYMENT_STATE_CREATING_VALUE | Deployment is in CREATING state.   | 
| DEPLOYMENT_STATE_DELETING | Deployment is in DELETING state.   | 
| DEPLOYMENT_STATE_DELETING_VALUE | Deployment is in DELETING state.   | 
| DEPLOYMENT_STATE_FAILED | 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.   | 
| DEPLOYMENT_STATE_FAILED_VALUE | 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.   | 
| DEPLOYMENT_STATE_PARTIALLY_DELETED | Deployment is partially deleted. All the Cloud Control Deployments were not deleted successfully. Retrying the operation will resume from the first failed step.   | 
| DEPLOYMENT_STATE_PARTIALLY_DELETED_VALUE | Deployment is partially deleted. All the Cloud Control Deployments were not deleted successfully. Retrying the operation will resume from the first failed step.   | 
| DEPLOYMENT_STATE_PARTIALLY_DEPLOYED | Deployment is partially deployed. All the Cloud Controls were not deployed successfully. Retrying the operation will resume from the first failed step.   | 
| DEPLOYMENT_STATE_PARTIALLY_DEPLOYED_VALUE | Deployment is partially deployed. All the Cloud Controls were not deployed successfully. Retrying the operation will resume from the first failed step.   | 
| DEPLOYMENT_STATE_READY | Deployment is successful and ready to use.   | 
| DEPLOYMENT_STATE_READY_VALUE | Deployment is successful and ready to use.   | 
| DEPLOYMENT_STATE_UNSPECIFIED | Unspecified. Invalid state.   | 
| DEPLOYMENT_STATE_UNSPECIFIED_VALUE | Unspecified. Invalid state.   | 
| DEPLOYMENT_STATE_VALIDATING | Validating the deployment.   | 
| DEPLOYMENT_STATE_VALIDATING_VALUE | Validating the deployment.   | 
| UNRECOGNIZED | |
| Static Methods | |
|---|---|
| Name | Description | 
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. | 
| valueOf(String name) | |
| values() | |
| Methods | |
|---|---|
| Name | Description | 
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() | |