Enum HostMaintenancePolicy.MaintenanceInterval

    • 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;
    • 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 name
        NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.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 name
        NullPointerException - 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.
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.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 name
        NullPointerException - if the argument is null