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 SUSPENDINGProtobuf enum
google.cloud.compute.v1.ManagedInstance.InstanceStatus| Enum Constant and Description |
|---|
DEPROVISIONING
The Nanny 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 |
| Modifier and Type | Field and Description |
|---|---|
static int |
DEPROVISIONING_VALUE
The Nanny 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.
|
| Modifier and Type | Method and 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(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ManagedInstance.InstanceStatus |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
public static final ManagedInstance.InstanceStatus UNDEFINED_INSTANCE_STATUS
A value indicating that the enum field is not set.
UNDEFINED_INSTANCE_STATUS = 0;public static final ManagedInstance.InstanceStatus DEPROVISIONING
The Nanny is halted and we are performing tear down tasks like network deprogramming, releasing quota, IP, tearing down disks etc.
DEPROVISIONING = 428935662;public static final ManagedInstance.InstanceStatus PROVISIONING
Resources are being allocated for the instance.
PROVISIONING = 290896621;public static final ManagedInstance.InstanceStatus REPAIRING
The instance is in repair.
REPAIRING = 413483285;public static final ManagedInstance.InstanceStatus RUNNING
The instance is running.
RUNNING = 121282975;public static final ManagedInstance.InstanceStatus STAGING
All required resources have been allocated and the instance is being started.
STAGING = 431072283;public static final ManagedInstance.InstanceStatus STOPPED
The instance has stopped successfully.
STOPPED = 444276141;public static final ManagedInstance.InstanceStatus STOPPING
STOPPING = 350791796;public static final ManagedInstance.InstanceStatus SUSPENDED
The instance has suspended.
SUSPENDED = 51223995;public static final ManagedInstance.InstanceStatus SUSPENDING
SUSPENDING = 514206246;public static final ManagedInstance.InstanceStatus TERMINATED
The instance has stopped (either by explicit action or underlying failure).
TERMINATED = 250018339;public static final ManagedInstance.InstanceStatus UNRECOGNIZED
public static final int UNDEFINED_INSTANCE_STATUS_VALUE
A value indicating that the enum field is not set.
UNDEFINED_INSTANCE_STATUS = 0;public static final int DEPROVISIONING_VALUE
The Nanny is halted and we are performing tear down tasks like network deprogramming, releasing quota, IP, tearing down disks etc.
DEPROVISIONING = 428935662;public static final int PROVISIONING_VALUE
Resources are being allocated for the instance.
PROVISIONING = 290896621;public static final int REPAIRING_VALUE
The instance is in repair.
REPAIRING = 413483285;public static final int RUNNING_VALUE
The instance is running.
RUNNING = 121282975;public static final int STAGING_VALUE
All required resources have been allocated and the instance is being started.
STAGING = 431072283;public static final int STOPPED_VALUE
The instance has stopped successfully.
STOPPED = 444276141;public static final int STOPPING_VALUE
STOPPING = 350791796;public static final int SUSPENDED_VALUE
The instance has suspended.
SUSPENDED = 51223995;public static final int SUSPENDING_VALUE
SUSPENDING = 514206246;public static final int TERMINATED_VALUE
The instance has stopped (either by explicit action or underlying failure).
TERMINATED = 250018339;public static ManagedInstance.InstanceStatus[] values()
for (ManagedInstance.InstanceStatus c : ManagedInstance.InstanceStatus.values()) System.out.println(c);
public static ManagedInstance.InstanceStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static ManagedInstance.InstanceStatus valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ManagedInstance.InstanceStatus forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ManagedInstance.InstanceStatus> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ManagedInstance.InstanceStatus valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.