Enum ConfigSyncState.StopSyncingState (1.56.0)

public enum ConfigSyncState.StopSyncingState extends Enum<ConfigSyncState.StopSyncingState> implements ProtocolMessageEnum

StopSyncingState representing Config Sync's status of syncing configs to a cluster

Protobuf enum google.cloud.gkehub.configmanagement.v1beta.ConfigSyncState.StopSyncingState

Implements

ProtocolMessageEnum

Static Fields

Name Description
NOT_STOPPED

Syncing resources to the cluster is not stopped at the cluster level.

NOT_STOPPED = 1;

NOT_STOPPED_VALUE

Syncing resources to the cluster is not stopped at the cluster level.

NOT_STOPPED = 1;

PENDING

Some reconcilers stop syncing resources to the cluster, while others are still syncing.

PENDING = 2;

PENDING_VALUE

Some reconcilers stop syncing resources to the cluster, while others are still syncing.

PENDING = 2;

STOPPED

Syncing resources to the cluster is stopped at the cluster level.

STOPPED = 3;

STOPPED_VALUE

Syncing resources to the cluster is stopped at the cluster level.

STOPPED = 3;

STOP_SYNCING_STATE_UNSPECIFIED

State cannot be determined

STOP_SYNCING_STATE_UNSPECIFIED = 0;

STOP_SYNCING_STATE_UNSPECIFIED_VALUE

State cannot be determined

STOP_SYNCING_STATE_UNSPECIFIED = 0;

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()