public enum Cluster.ConnectionState.State extends Enum<Cluster.ConnectionState.State> implements ProtocolMessageEnum
The connection state.
Protobuf enum google.cloud.edgecontainer.v1.Cluster.ConnectionState.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CONNECTED |
This cluster is currently connected to Google. |
CONNECTED_AND_SYNCING |
This cluster is currently connected to Google, but may have recently reconnected after a disconnection. It is still syncing back. |
CONNECTED_AND_SYNCING_VALUE |
This cluster is currently connected to Google, but may have recently reconnected after a disconnection. It is still syncing back. |
CONNECTED_VALUE |
This cluster is currently connected to Google. |
DISCONNECTED |
This cluster is currently disconnected from Google. |
DISCONNECTED_VALUE |
This cluster is currently disconnected from Google. |
STATE_UNSPECIFIED |
Unknown connection state. |
STATE_UNSPECIFIED_VALUE |
Unknown connection state. |
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() |