Package com.google.container.v1
Enum ClusterAutoscaling.AutoscalingProfile
- java.lang.Object
-
- java.lang.Enum<ClusterAutoscaling.AutoscalingProfile>
-
- com.google.container.v1.ClusterAutoscaling.AutoscalingProfile
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<ClusterAutoscaling.AutoscalingProfile>
- Enclosing class:
- ClusterAutoscaling
public static enum ClusterAutoscaling.AutoscalingProfile extends Enum<ClusterAutoscaling.AutoscalingProfile> implements com.google.protobuf.ProtocolMessageEnum
Defines possible options for autoscaling_profile field.
Protobuf enumgoogle.container.v1.ClusterAutoscaling.AutoscalingProfile
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BALANCEDUse default (balanced) autoscaling configuration.OPTIMIZE_UTILIZATIONPrioritize optimizing utilization of resources.PROFILE_UNSPECIFIEDNo change to autoscaling configuration.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intBALANCED_VALUEUse default (balanced) autoscaling configuration.static intOPTIMIZE_UTILIZATION_VALUEPrioritize optimizing utilization of resources.static intPROFILE_UNSPECIFIED_VALUENo change to autoscaling configuration.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ClusterAutoscaling.AutoscalingProfileforNumber(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<ClusterAutoscaling.AutoscalingProfile>internalGetValueMap()static ClusterAutoscaling.AutoscalingProfilevalueOf(int value)Deprecated.static ClusterAutoscaling.AutoscalingProfilevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ClusterAutoscaling.AutoscalingProfilevalueOf(String name)Returns the enum constant of this type with the specified name.static ClusterAutoscaling.AutoscalingProfile[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
PROFILE_UNSPECIFIED
public static final ClusterAutoscaling.AutoscalingProfile PROFILE_UNSPECIFIED
No change to autoscaling configuration.
PROFILE_UNSPECIFIED = 0;
-
OPTIMIZE_UTILIZATION
public static final ClusterAutoscaling.AutoscalingProfile OPTIMIZE_UTILIZATION
Prioritize optimizing utilization of resources.
OPTIMIZE_UTILIZATION = 1;
-
BALANCED
public static final ClusterAutoscaling.AutoscalingProfile BALANCED
Use default (balanced) autoscaling configuration.
BALANCED = 2;
-
UNRECOGNIZED
public static final ClusterAutoscaling.AutoscalingProfile UNRECOGNIZED
-
-
Field Detail
-
PROFILE_UNSPECIFIED_VALUE
public static final int PROFILE_UNSPECIFIED_VALUE
No change to autoscaling configuration.
PROFILE_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
OPTIMIZE_UTILIZATION_VALUE
public static final int OPTIMIZE_UTILIZATION_VALUE
Prioritize optimizing utilization of resources.
OPTIMIZE_UTILIZATION = 1;- See Also:
- Constant Field Values
-
BALANCED_VALUE
public static final int BALANCED_VALUE
Use default (balanced) autoscaling configuration.
BALANCED = 2;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static ClusterAutoscaling.AutoscalingProfile[] 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 (ClusterAutoscaling.AutoscalingProfile c : ClusterAutoscaling.AutoscalingProfile.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ClusterAutoscaling.AutoscalingProfile 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 ClusterAutoscaling.AutoscalingProfile 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 ClusterAutoscaling.AutoscalingProfile 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<ClusterAutoscaling.AutoscalingProfile> 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 ClusterAutoscaling.AutoscalingProfile 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
-
-