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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
NOT_STOPPED |
Syncing resources to the cluster is not stopped at the cluster level. |
NOT_STOPPED_VALUE |
Syncing resources to the cluster is not stopped at the cluster level. |
PENDING |
Some reconcilers stop syncing resources to the cluster, while others are still syncing. |
PENDING_VALUE |
Some reconcilers stop syncing resources to the cluster, while others are still syncing. |
STOPPED |
Syncing resources to the cluster is stopped at the cluster level. |
STOPPED_VALUE |
Syncing resources to the cluster is stopped at the cluster level. |
STOP_SYNCING_STATE_UNSPECIFIED |
State cannot be determined |
STOP_SYNCING_STATE_UNSPECIFIED_VALUE |
State cannot be determined |
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() |