Enum ManagedInstance.InstanceStatus

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<ManagedInstance.InstanceStatus>
    Enclosing class:
    ManagedInstance

    public static enum ManagedInstance.InstanceStatus
    extends Enum<ManagedInstance.InstanceStatus>
    implements com.google.protobuf.ProtocolMessageEnum
     [Output Only] The status of the instance. This field is empty when the instance does not exist.
     Additional supported values which may be not listed in the enum directly due to technical reasons:
     STOPPING
     SUSPENDING
     
    Protobuf enum google.cloud.compute.v1.ManagedInstance.InstanceStatus
    • Field Detail

      • UNDEFINED_INSTANCE_STATUS_VALUE

        public static final int UNDEFINED_INSTANCE_STATUS_VALUE
         A value indicating that the enum field is not set.
         
        UNDEFINED_INSTANCE_STATUS = 0;
        See Also:
        Constant Field Values
      • DEPROVISIONING_VALUE

        public static final int DEPROVISIONING_VALUE
         The instance is halted and we are performing tear down tasks like network deprogramming, releasing quota, IP, tearing down disks etc.
         
        DEPROVISIONING = 428935662;
        See Also:
        Constant Field Values
      • PROVISIONING_VALUE

        public static final int PROVISIONING_VALUE
         Resources are being allocated for the instance.
         
        PROVISIONING = 290896621;
        See Also:
        Constant Field Values
      • REPAIRING_VALUE

        public static final int REPAIRING_VALUE
         The instance is in repair.
         
        REPAIRING = 413483285;
        See Also:
        Constant Field Values
      • RUNNING_VALUE

        public static final int RUNNING_VALUE
         The instance is running.
         
        RUNNING = 121282975;
        See Also:
        Constant Field Values
      • STAGING_VALUE

        public static final int STAGING_VALUE
         All required resources have been allocated and the instance is being started.
         
        STAGING = 431072283;
        See Also:
        Constant Field Values
      • STOPPED_VALUE

        public static final int STOPPED_VALUE
         The instance has stopped successfully.
         
        STOPPED = 444276141;
        See Also:
        Constant Field Values
      • STOPPING_VALUE

        public static final int STOPPING_VALUE
        STOPPING = 350791796;
        See Also:
        Constant Field Values
      • SUSPENDED_VALUE

        public static final int SUSPENDED_VALUE
         The instance has suspended.
         
        SUSPENDED = 51223995;
        See Also:
        Constant Field Values
      • SUSPENDING_VALUE

        public static final int SUSPENDING_VALUE
        SUSPENDING = 514206246;
        See Also:
        Constant Field Values
      • TERMINATED_VALUE

        public static final int TERMINATED_VALUE
         The instance has stopped (either by explicit action or underlying failure).
         
        TERMINATED = 250018339;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static ManagedInstance.InstanceStatus[] 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 (ManagedInstance.InstanceStatus c : ManagedInstance.InstanceStatus.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ManagedInstance.InstanceStatus 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 ManagedInstance.InstanceStatus 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 ManagedInstance.InstanceStatus 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 ManagedInstance.InstanceStatus 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