public enum OnPremCluster.ClusterType extends Enum<OnPremCluster.ClusterType> implements ProtocolMessageEnum
ClusterType describes on prem cluster's type.
Protobuf enum google.events.cloud.gkehub.v1.OnPremCluster.ClusterType
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
BOOTSTRAP | The ClusterType is bootstrap cluster. |
BOOTSTRAP_VALUE | The ClusterType is bootstrap cluster. |
CLUSTERTYPE_UNSPECIFIED | The ClusterType is not set. |
CLUSTERTYPE_UNSPECIFIED_VALUE | The ClusterType is not set. |
HYBRID | The ClusterType is baremetal hybrid cluster. |
HYBRID_VALUE | The ClusterType is baremetal hybrid cluster. |
STANDALONE | The ClusterType is baremetal standalone cluster. |
STANDALONE_VALUE | The ClusterType is baremetal standalone cluster. |
UNRECOGNIZED | |
USER | The ClusterType is user cluster. |
USER_VALUE | The ClusterType is user cluster. |
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() |