Enum OnPremCluster.ClusterType (1.3.0)

public enum OnPremCluster.ClusterType extends Enum<OnPremCluster.ClusterType> implements ProtocolMessageEnum

ClusterType describes on prem cluster's type.

Protobuf enum google.cloud.gkehub.v1beta1.OnPremCluster.ClusterType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BOOTSTRAP

The ClusterType is bootstrap cluster.

BOOTSTRAP = 1;

BOOTSTRAP_VALUE

The ClusterType is bootstrap cluster.

BOOTSTRAP = 1;

CLUSTERTYPE_UNSPECIFIED

The ClusterType is not set.

CLUSTERTYPE_UNSPECIFIED = 0;

CLUSTERTYPE_UNSPECIFIED_VALUE

The ClusterType is not set.

CLUSTERTYPE_UNSPECIFIED = 0;

HYBRID

The ClusterType is baremetal hybrid cluster.

HYBRID = 2;

HYBRID_VALUE

The ClusterType is baremetal hybrid cluster.

HYBRID = 2;

STANDALONE

The ClusterType is baremetal standalone cluster.

STANDALONE = 3;

STANDALONE_VALUE

The ClusterType is baremetal standalone cluster.

STANDALONE = 3;

UNRECOGNIZED
USER

The ClusterType is user cluster.

USER = 4;

USER_VALUE

The ClusterType is user cluster.

USER = 4;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()