public enum DeploymentState extends Enum<DeploymentState> implements ProtocolMessageEnum
Enum representing the state of an ACM's deployment on a cluster
Protobuf enum google.cloud.gkehub.configmanagement.v1alpha.DeploymentState
Implements
ProtocolMessageEnumStatic Fields
Name | Description |
DEPLOYMENT_STATE_UNSPECIFIED | Deployment's state cannot be determined |
DEPLOYMENT_STATE_UNSPECIFIED_VALUE | Deployment's state cannot be determined |
ERROR | Deployment was attempted to be installed, but has errors |
ERROR_VALUE | Deployment was attempted to be installed, but has errors |
INSTALLED | Deployment is installed |
INSTALLED_VALUE | Deployment is installed |
NOT_INSTALLED | Deployment is not installed |
NOT_INSTALLED_VALUE | Deployment is not installed |
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() |