Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class State.
Protobuf type google.cloud.gkehub.configmanagement.v1.ConfigSyncState.State
Namespace
Google \ Cloud \ GkeHub \ ConfigManagement \ V1 \ ConfigSyncStateMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
CS's state cannot be determined.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CONFIG_SYNC_NOT_INSTALLED
Value: 1
CS is not installed.
Generated from protobuf enum CONFIG_SYNC_NOT_INSTALLED = 1;
CONFIG_SYNC_INSTALLED
Value: 2
The expected CS version is installed successfully.
Generated from protobuf enum CONFIG_SYNC_INSTALLED = 2;
CONFIG_SYNC_ERROR
Value: 3
CS encounters errors.
Generated from protobuf enum CONFIG_SYNC_ERROR = 3;
CONFIG_SYNC_PENDING
Value: 4
CS is installing or terminating.
Generated from protobuf enum CONFIG_SYNC_PENDING = 4;