Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class DeploymentState.
Enum representing the state of an ACM's deployment on a cluster
Protobuf type google.cloud.gkehub.configmanagement.v1.DeploymentState
Namespace
Google \ Cloud \ GkeHub \ ConfigManagement \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DEPLOYMENT_STATE_UNSPECIFIED
Value: 0Deployment's state cannot be determined
Generated from protobuf enum DEPLOYMENT_STATE_UNSPECIFIED = 0;
NOT_INSTALLED
Value: 1Deployment is not installed
Generated from protobuf enum NOT_INSTALLED = 1;
INSTALLED
Value: 2Deployment is installed
Generated from protobuf enum INSTALLED = 2;
ERROR
Value: 3Deployment was attempted to be installed, but has errors
Generated from protobuf enum ERROR = 3;
PENDING
Value: 4Deployment is installing or terminating
Generated from protobuf enum PENDING = 4;