Package com.google.cloud.gkehub.v1beta1
Enum OnPremCluster.ClusterType
- java.lang.Object
-
- java.lang.Enum<OnPremCluster.ClusterType>
-
- com.google.cloud.gkehub.v1beta1.OnPremCluster.ClusterType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<OnPremCluster.ClusterType>
- Enclosing class:
- OnPremCluster
public static enum OnPremCluster.ClusterType extends Enum<OnPremCluster.ClusterType> implements com.google.protobuf.ProtocolMessageEnum
ClusterType describes on prem cluster's type.
Protobuf enumgoogle.cloud.gkehub.v1beta1.OnPremCluster.ClusterType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BOOTSTRAPThe ClusterType is bootstrap cluster.CLUSTERTYPE_UNSPECIFIEDThe ClusterType is not set.HYBRIDThe ClusterType is baremetal hybrid cluster.STANDALONEThe ClusterType is baremetal standalone cluster.UNRECOGNIZEDUSERThe ClusterType is user cluster.
-
Field Summary
Fields Modifier and Type Field Description static intBOOTSTRAP_VALUEThe ClusterType is bootstrap cluster.static intCLUSTERTYPE_UNSPECIFIED_VALUEThe ClusterType is not set.static intHYBRID_VALUEThe ClusterType is baremetal hybrid cluster.static intSTANDALONE_VALUEThe ClusterType is baremetal standalone cluster.static intUSER_VALUEThe ClusterType is user cluster.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static OnPremCluster.ClusterTypeforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<OnPremCluster.ClusterType>internalGetValueMap()static OnPremCluster.ClusterTypevalueOf(int value)Deprecated.static OnPremCluster.ClusterTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static OnPremCluster.ClusterTypevalueOf(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.
-
-
-
Enum Constant Detail
-
CLUSTERTYPE_UNSPECIFIED
public static final OnPremCluster.ClusterType CLUSTERTYPE_UNSPECIFIED
The ClusterType is not set.
CLUSTERTYPE_UNSPECIFIED = 0;
-
BOOTSTRAP
public static final OnPremCluster.ClusterType BOOTSTRAP
The ClusterType is bootstrap cluster.
BOOTSTRAP = 1;
-
HYBRID
public static final OnPremCluster.ClusterType HYBRID
The ClusterType is baremetal hybrid cluster.
HYBRID = 2;
-
STANDALONE
public static final OnPremCluster.ClusterType STANDALONE
The ClusterType is baremetal standalone cluster.
STANDALONE = 3;
-
USER
public static final OnPremCluster.ClusterType USER
The ClusterType is user cluster.
USER = 4;
-
UNRECOGNIZED
public static final OnPremCluster.ClusterType UNRECOGNIZED
-
-
Field Detail
-
CLUSTERTYPE_UNSPECIFIED_VALUE
public static final int CLUSTERTYPE_UNSPECIFIED_VALUE
The ClusterType is not set.
CLUSTERTYPE_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
BOOTSTRAP_VALUE
public static final int BOOTSTRAP_VALUE
The ClusterType is bootstrap cluster.
BOOTSTRAP = 1;- See Also:
- Constant Field Values
-
HYBRID_VALUE
public static final int HYBRID_VALUE
The ClusterType is baremetal hybrid cluster.
HYBRID = 2;- See Also:
- Constant Field Values
-
STANDALONE_VALUE
public static final int STANDALONE_VALUE
The ClusterType is baremetal standalone cluster.
STANDALONE = 3;- See Also:
- Constant Field Values
-
USER_VALUE
public static final int USER_VALUE
The ClusterType is user cluster.
USER = 4;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static OnPremCluster.ClusterType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (OnPremCluster.ClusterType c : OnPremCluster.ClusterType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OnPremCluster.ClusterType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static OnPremCluster.ClusterType valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static OnPremCluster.ClusterType forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<OnPremCluster.ClusterType> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static OnPremCluster.ClusterType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-