public static enum OnPremCluster.ClusterType extends Enum<OnPremCluster.ClusterType> implements com.google.protobuf.ProtocolMessageEnum
ClusterType describes on prem cluster's type.Protobuf enum
google.cloud.gkehub.v1beta1.OnPremCluster.ClusterType| Enum Constant and Description |
|---|
BOOTSTRAP
The ClusterType is bootstrap cluster.
|
CLUSTERTYPE_UNSPECIFIED
The ClusterType is not set.
|
HYBRID
The ClusterType is baremetal hybrid cluster.
|
STANDALONE
The ClusterType is baremetal standalone cluster.
|
UNRECOGNIZED |
USER
The ClusterType is user cluster.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
BOOTSTRAP_VALUE
The ClusterType is bootstrap cluster.
|
static int |
CLUSTERTYPE_UNSPECIFIED_VALUE
The ClusterType is not set.
|
static int |
HYBRID_VALUE
The ClusterType is baremetal hybrid cluster.
|
static int |
STANDALONE_VALUE
The ClusterType is baremetal standalone cluster.
|
static int |
USER_VALUE
The ClusterType is user cluster.
|
| Modifier and Type | Method and Description |
|---|---|
static OnPremCluster.ClusterType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<OnPremCluster.ClusterType> |
internalGetValueMap() |
static OnPremCluster.ClusterType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static OnPremCluster.ClusterType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static OnPremCluster.ClusterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OnPremCluster.ClusterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OnPremCluster.ClusterType CLUSTERTYPE_UNSPECIFIED
The ClusterType is not set.
CLUSTERTYPE_UNSPECIFIED = 0;public static final OnPremCluster.ClusterType BOOTSTRAP
The ClusterType is bootstrap cluster.
BOOTSTRAP = 1;public static final OnPremCluster.ClusterType HYBRID
The ClusterType is baremetal hybrid cluster.
HYBRID = 2;public static final OnPremCluster.ClusterType STANDALONE
The ClusterType is baremetal standalone cluster.
STANDALONE = 3;public static final OnPremCluster.ClusterType USER
The ClusterType is user cluster.
USER = 4;public static final OnPremCluster.ClusterType UNRECOGNIZED
public static final int CLUSTERTYPE_UNSPECIFIED_VALUE
The ClusterType is not set.
CLUSTERTYPE_UNSPECIFIED = 0;public static final int BOOTSTRAP_VALUE
The ClusterType is bootstrap cluster.
BOOTSTRAP = 1;public static final int HYBRID_VALUE
The ClusterType is baremetal hybrid cluster.
HYBRID = 2;public static final int STANDALONE_VALUE
The ClusterType is baremetal standalone cluster.
STANDALONE = 3;public static final int USER_VALUE
The ClusterType is user cluster.
USER = 4;public static OnPremCluster.ClusterType[] values()
for (OnPremCluster.ClusterType c : OnPremCluster.ClusterType.values()) System.out.println(c);
public static OnPremCluster.ClusterType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static OnPremCluster.ClusterType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static OnPremCluster.ClusterType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<OnPremCluster.ClusterType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static OnPremCluster.ClusterType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.