Package com.google.cloud.compute.v1
Enum ManagedInstance.InstanceStatus
- java.lang.Object
-
- java.lang.Enum<ManagedInstance.InstanceStatus>
-
- com.google.cloud.compute.v1.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 enumgoogle.cloud.compute.v1.ManagedInstance.InstanceStatus
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DEPROVISIONING
The instance is halted and we are performing tear down tasks like network deprogramming, releasing quota, IP, tearing down disks etc.PROVISIONING
Resources are being allocated for the instance.REPAIRING
The instance is in repair.RUNNING
The instance is running.STAGING
All required resources have been allocated and the instance is being started.STOPPED
The instance has stopped successfully.STOPPING
STOPPING = 350791796;
SUSPENDED
The instance has suspended.SUSPENDING
SUSPENDING = 514206246;
TERMINATED
The instance has stopped (either by explicit action or underlying failure).UNDEFINED_INSTANCE_STATUS
A value indicating that the enum field is not set.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
DEPROVISIONING_VALUE
The instance is halted and we are performing tear down tasks like network deprogramming, releasing quota, IP, tearing down disks etc.static int
PROVISIONING_VALUE
Resources are being allocated for the instance.static int
REPAIRING_VALUE
The instance is in repair.static int
RUNNING_VALUE
The instance is running.static int
STAGING_VALUE
All required resources have been allocated and the instance is being started.static int
STOPPED_VALUE
The instance has stopped successfully.static int
STOPPING_VALUE
STOPPING = 350791796;
static int
SUSPENDED_VALUE
The instance has suspended.static int
SUSPENDING_VALUE
SUSPENDING = 514206246;
static int
TERMINATED_VALUE
The instance has stopped (either by explicit action or underlying failure).static int
UNDEFINED_INSTANCE_STATUS_VALUE
A value indicating that the enum field is not set.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ManagedInstance.InstanceStatus
forNumber(int value)
static com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor()
com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
int
getNumber()
com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
static com.google.protobuf.Internal.EnumLiteMap<ManagedInstance.InstanceStatus>
internalGetValueMap()
static ManagedInstance.InstanceStatus
valueOf(int value)
Deprecated.static ManagedInstance.InstanceStatus
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ManagedInstance.InstanceStatus
valueOf(String name)
Returns the enum constant of this type with the specified name.static ManagedInstance.InstanceStatus[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNDEFINED_INSTANCE_STATUS
public static final ManagedInstance.InstanceStatus UNDEFINED_INSTANCE_STATUS
A value indicating that the enum field is not set.
UNDEFINED_INSTANCE_STATUS = 0;
-
DEPROVISIONING
public static final ManagedInstance.InstanceStatus DEPROVISIONING
The instance is halted and we are performing tear down tasks like network deprogramming, releasing quota, IP, tearing down disks etc.
DEPROVISIONING = 428935662;
-
PROVISIONING
public static final ManagedInstance.InstanceStatus PROVISIONING
Resources are being allocated for the instance.
PROVISIONING = 290896621;
-
REPAIRING
public static final ManagedInstance.InstanceStatus REPAIRING
The instance is in repair.
REPAIRING = 413483285;
-
RUNNING
public static final ManagedInstance.InstanceStatus RUNNING
The instance is running.
RUNNING = 121282975;
-
STAGING
public static final ManagedInstance.InstanceStatus STAGING
All required resources have been allocated and the instance is being started.
STAGING = 431072283;
-
STOPPED
public static final ManagedInstance.InstanceStatus STOPPED
The instance has stopped successfully.
STOPPED = 444276141;
-
STOPPING
public static final ManagedInstance.InstanceStatus STOPPING
STOPPING = 350791796;
-
SUSPENDED
public static final ManagedInstance.InstanceStatus SUSPENDED
The instance has suspended.
SUSPENDED = 51223995;
-
SUSPENDING
public static final ManagedInstance.InstanceStatus SUSPENDING
SUSPENDING = 514206246;
-
TERMINATED
public static final ManagedInstance.InstanceStatus TERMINATED
The instance has stopped (either by explicit action or underlying failure).
TERMINATED = 250018339;
-
UNRECOGNIZED
public static final ManagedInstance.InstanceStatus UNRECOGNIZED
-
-
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 nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.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 nameNullPointerException
- 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.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<ManagedInstance.InstanceStatus> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.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 nameNullPointerException
- if the argument is null
-
-