Enum DeploymentState (0.5.4)

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

ProtocolMessageEnum

Fields

NameDescription
DEPLOYMENT_STATE_UNSPECIFIED

Deployment's state cannot be determined

DEPLOYMENT_STATE_UNSPECIFIED = 0;

DEPLOYMENT_STATE_UNSPECIFIED_VALUE

Deployment's state cannot be determined

DEPLOYMENT_STATE_UNSPECIFIED = 0;

ERROR

Deployment was attempted to be installed, but has errors

ERROR = 3;

ERROR_VALUE

Deployment was attempted to be installed, but has errors

ERROR = 3;

INSTALLED

Deployment is installed

INSTALLED = 2;

INSTALLED_VALUE

Deployment is installed

INSTALLED = 2;

NOT_INSTALLED

Deployment is not installed

NOT_INSTALLED = 1;

NOT_INSTALLED_VALUE

Deployment is not installed

NOT_INSTALLED = 1;

UNRECOGNIZED

Methods

NameDescription
forNumber(int value)
getDescriptor()
getDescriptorForType()
getNumber()
getValueDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

(deprecated) Use #forNumber(int) instead.

valueOf(String name)
values()