Cloud Security Compliance v1 API - Enum DeploymentState (1.0.0-beta04)

public enum DeploymentState

Reference documentation and code samples for the Cloud Security Compliance v1 API enum DeploymentState.

The state of the deployment resource.

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

Google.Cloud.CloudSecurityCompliance.V1.dll

Fields

Name Description
Creating

Deployment is being created.

Deleting

Deployment is being deleted.

Failed

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.

PartiallyDeleted

Deployment is partially deleted. All the cloud control deployments weren't deleted successfully. Retrying the operation resumes from the first failed step.

PartiallyDeployed

Deployment is partially deployed. All the cloud controls weren't deployed successfully. Retrying the operation resumes from the first failed step.

Ready

Deployment is successful and ready to use.

Unspecified

Default value. This value is unused.

Validating

Validating the deployment.