public enum SyncState.SyncCode extends Enum<SyncState.SyncCode> implements ProtocolMessageEnum
An enum representing Config Sync's status of syncing configs to a cluster.
Protobuf enum google.cloud.gkehub.configmanagement.v1beta.SyncState.SyncCode
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ERROR |
Indicates an error configuring Config Sync, and user action is required |
ERROR_VALUE |
Indicates an error configuring Config Sync, and user action is required |
NOT_CONFIGURED |
Config Sync has been installed but not configured |
NOT_CONFIGURED_VALUE |
Config Sync has been installed but not configured |
NOT_INSTALLED |
Config Sync has not been installed |
NOT_INSTALLED_VALUE |
Config Sync has not been installed |
PENDING |
Config Sync is in the progress of syncing a new change |
PENDING_VALUE |
Config Sync is in the progress of syncing a new change |
SYNCED |
Config Sync successfully synced the git Repo with the cluster |
SYNCED_VALUE |
Config Sync successfully synced the git Repo with the cluster |
SYNC_CODE_UNSPECIFIED |
Config Sync cannot determine a sync code |
SYNC_CODE_UNSPECIFIED_VALUE |
Config Sync cannot determine a sync code |
UNAUTHORIZED |
Error authorizing with the cluster |
UNAUTHORIZED_VALUE |
Error authorizing with the cluster |
UNREACHABLE |
Cluster could not be reached |
UNREACHABLE_VALUE |
Cluster could not be reached |
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() |