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

public enum DeploymentState

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

DeploymentState represents the state of the Deployment resource.

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

Google.Cloud.CloudSecurityCompliance.V1.dll

Fields

Name Description
Creating

Deployment is in CREATING state.

Deleting

Deployment is in DELETING 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.

PartiallyDeleted

Deployment is partially deleted. All the Cloud Control Deployments were not deleted successfully. Retrying the operation will resume from the first failed step.

PartiallyDeployed

Deployment is partially deployed. All the Cloud Controls were not deployed successfully. Retrying the operation will resume from the first failed step.

Ready

Deployment is successful and ready to use.

Unspecified

Unspecified. Invalid state.

Validating

Validating the deployment.