Enum SyncState.SyncCode (1.3.4)

public enum SyncState.SyncCode extends Enum<SyncState.SyncCode> implements ProtocolMessageEnum

An enum representing an ACM's status syncing configs to a cluster

Protobuf enum google.cloud.gkehub.configmanagement.v1.SyncState.SyncCode

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ERROR

Indicates an error configuring ACM, and user action is required

ERROR = 3;

ERROR_VALUE

Indicates an error configuring ACM, and user action is required

ERROR = 3;

NOT_CONFIGURED

ACM has been installed (operator manifest deployed), but not configured.

NOT_CONFIGURED = 4;

NOT_CONFIGURED_VALUE

ACM has been installed (operator manifest deployed), but not configured.

NOT_CONFIGURED = 4;

NOT_INSTALLED

ACM has not been installed (no operator pod found)

NOT_INSTALLED = 5;

NOT_INSTALLED_VALUE

ACM has not been installed (no operator pod found)

NOT_INSTALLED = 5;

PENDING

ACM is in the progress of syncing a new change

PENDING = 2;

PENDING_VALUE

ACM is in the progress of syncing a new change

PENDING = 2;

SYNCED

ACM successfully synced the git Repo with the cluster

SYNCED = 1;

SYNCED_VALUE

ACM successfully synced the git Repo with the cluster

SYNCED = 1;

SYNC_CODE_UNSPECIFIED

ACM cannot determine a sync code

SYNC_CODE_UNSPECIFIED = 0;

SYNC_CODE_UNSPECIFIED_VALUE

ACM cannot determine a sync code

SYNC_CODE_UNSPECIFIED = 0;

UNAUTHORIZED

Error authorizing with the cluster

UNAUTHORIZED = 6;

UNAUTHORIZED_VALUE

Error authorizing with the cluster

UNAUTHORIZED = 6;

UNREACHABLE

Cluster could not be reached

UNREACHABLE = 7;

UNREACHABLE_VALUE

Cluster could not be reached

UNREACHABLE = 7;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()