public enum SyncState.SyncCode extends Enum<SyncState.SyncCode> implements ProtocolMessageEnumAn enum representing an ACM's status syncing configs to a cluster
Protobuf enum google.cloud.gkehub.configmanagement.v1.SyncState.SyncCode
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| ERROR | Indicates an error configuring ACM, and user action is required |
| ERROR_VALUE | Indicates an error configuring ACM, and user action is required |
| NOT_CONFIGURED | ACM has been installed (operator manifest deployed), but not configured. |
| NOT_CONFIGURED_VALUE | ACM has been installed (operator manifest deployed), but not configured. |
| NOT_INSTALLED | ACM has not been installed (no operator pod found) |
| NOT_INSTALLED_VALUE | ACM has not been installed (no operator pod found) |
| PENDING | ACM is in the progress of syncing a new change |
| PENDING_VALUE | ACM is in the progress of syncing a new change |
| SYNCED | ACM successfully synced the git Repo with the cluster |
| SYNCED_VALUE | ACM successfully synced the git Repo with the cluster |
| SYNC_CODE_UNSPECIFIED | ACM cannot determine a sync code |
| SYNC_CODE_UNSPECIFIED_VALUE | ACM 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() |