Package com.google.container.v1beta1
Enum HostMaintenancePolicy.MaintenanceInterval
- java.lang.Object
-
- java.lang.Enum<HostMaintenancePolicy.MaintenanceInterval>
-
- com.google.container.v1beta1.HostMaintenancePolicy.MaintenanceInterval
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<HostMaintenancePolicy.MaintenanceInterval>
- Enclosing class:
- HostMaintenancePolicy
public static enum HostMaintenancePolicy.MaintenanceInterval extends Enum<HostMaintenancePolicy.MaintenanceInterval> implements com.google.protobuf.ProtocolMessageEnum
Allows selecting how infrastructure upgrades should be applied to the cluster or node pool.
Protobuf enumgoogle.container.v1beta1.HostMaintenancePolicy.MaintenanceInterval
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AS_NEEDEDNodes are eligible to receive infrastructure and hypervisor updates as they become available.MAINTENANCE_INTERVAL_UNSPECIFIEDThe maintenance interval is not explicitly specified.PERIODICNodes receive infrastructure and hypervisor updates on a periodic basis, minimizing the number of maintenance operations (live migrations or terminations) on an individual VM.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intAS_NEEDED_VALUENodes are eligible to receive infrastructure and hypervisor updates as they become available.static intMAINTENANCE_INTERVAL_UNSPECIFIED_VALUEThe maintenance interval is not explicitly specified.static intPERIODIC_VALUENodes receive infrastructure and hypervisor updates on a periodic basis, minimizing the number of maintenance operations (live migrations or terminations) on an individual VM.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static HostMaintenancePolicy.MaintenanceIntervalforNumber(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<HostMaintenancePolicy.MaintenanceInterval>internalGetValueMap()static HostMaintenancePolicy.MaintenanceIntervalvalueOf(int value)Deprecated.static HostMaintenancePolicy.MaintenanceIntervalvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static HostMaintenancePolicy.MaintenanceIntervalvalueOf(String name)Returns the enum constant of this type with the specified name.static HostMaintenancePolicy.MaintenanceInterval[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
MAINTENANCE_INTERVAL_UNSPECIFIED
public static final HostMaintenancePolicy.MaintenanceInterval MAINTENANCE_INTERVAL_UNSPECIFIED
The maintenance interval is not explicitly specified.
MAINTENANCE_INTERVAL_UNSPECIFIED = 0;
-
AS_NEEDED
public static final HostMaintenancePolicy.MaintenanceInterval AS_NEEDED
Nodes are eligible to receive infrastructure and hypervisor updates as they become available. This may result in more maintenance operations (live migrations or terminations) for the node than the PERIODIC option.
AS_NEEDED = 1;
-
PERIODIC
public static final HostMaintenancePolicy.MaintenanceInterval PERIODIC
Nodes receive infrastructure and hypervisor updates on a periodic basis, minimizing the number of maintenance operations (live migrations or terminations) on an individual VM. This may mean underlying VMs will take longer to receive an update than if it was configured for AS_NEEDED. Security updates will still be applied as soon as they are available.
PERIODIC = 2;
-
UNRECOGNIZED
public static final HostMaintenancePolicy.MaintenanceInterval UNRECOGNIZED
-
-
Field Detail
-
MAINTENANCE_INTERVAL_UNSPECIFIED_VALUE
public static final int MAINTENANCE_INTERVAL_UNSPECIFIED_VALUE
The maintenance interval is not explicitly specified.
MAINTENANCE_INTERVAL_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
AS_NEEDED_VALUE
public static final int AS_NEEDED_VALUE
Nodes are eligible to receive infrastructure and hypervisor updates as they become available. This may result in more maintenance operations (live migrations or terminations) for the node than the PERIODIC option.
AS_NEEDED = 1;- See Also:
- Constant Field Values
-
PERIODIC_VALUE
public static final int PERIODIC_VALUE
Nodes receive infrastructure and hypervisor updates on a periodic basis, minimizing the number of maintenance operations (live migrations or terminations) on an individual VM. This may mean underlying VMs will take longer to receive an update than if it was configured for AS_NEEDED. Security updates will still be applied as soon as they are available.
PERIODIC = 2;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static HostMaintenancePolicy.MaintenanceInterval[] 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 (HostMaintenancePolicy.MaintenanceInterval c : HostMaintenancePolicy.MaintenanceInterval.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static HostMaintenancePolicy.MaintenanceInterval 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 HostMaintenancePolicy.MaintenanceInterval 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 HostMaintenancePolicy.MaintenanceInterval 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<HostMaintenancePolicy.MaintenanceInterval> 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 HostMaintenancePolicy.MaintenanceInterval 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
-
-