public static enum InstanceWithNamedPorts.Status extends Enum<InstanceWithNamedPorts.Status> implements com.google.protobuf.ProtocolMessageEnum
[Output Only] The status of the instance.Protobuf enum
google.cloud.compute.v1.InstanceWithNamedPorts.Status| 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
The instance is currently stopping (either being deleted or killed).
|
SUSPENDED
The instance has suspended.
|
SUSPENDING
The instance is suspending.
|
TERMINATED
The instance has stopped (either by explicit action or underlying failure).
|
UNDEFINED_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
The instance is currently stopping (either being deleted or killed).
|
static int |
SUSPENDED_VALUE
The instance has suspended.
|
static int |
SUSPENDING_VALUE
The instance is suspending.
|
static int |
TERMINATED_VALUE
The instance has stopped (either by explicit action or underlying failure).
|
static int |
UNDEFINED_STATUS_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static InstanceWithNamedPorts.Status |
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<InstanceWithNamedPorts.Status> |
internalGetValueMap() |
static InstanceWithNamedPorts.Status |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static InstanceWithNamedPorts.Status |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static InstanceWithNamedPorts.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceWithNamedPorts.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstanceWithNamedPorts.Status UNDEFINED_STATUS
A value indicating that the enum field is not set.
UNDEFINED_STATUS = 0;public static final InstanceWithNamedPorts.Status 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 InstanceWithNamedPorts.Status PROVISIONING
Resources are being allocated for the instance.
PROVISIONING = 290896621;public static final InstanceWithNamedPorts.Status REPAIRING
The instance is in repair.
REPAIRING = 413483285;public static final InstanceWithNamedPorts.Status RUNNING
The instance is running.
RUNNING = 121282975;public static final InstanceWithNamedPorts.Status STAGING
All required resources have been allocated and the instance is being started.
STAGING = 431072283;public static final InstanceWithNamedPorts.Status STOPPED
The instance has stopped successfully.
STOPPED = 444276141;public static final InstanceWithNamedPorts.Status STOPPING
The instance is currently stopping (either being deleted or killed).
STOPPING = 350791796;public static final InstanceWithNamedPorts.Status SUSPENDED
The instance has suspended.
SUSPENDED = 51223995;public static final InstanceWithNamedPorts.Status SUSPENDING
The instance is suspending.
SUSPENDING = 514206246;public static final InstanceWithNamedPorts.Status TERMINATED
The instance has stopped (either by explicit action or underlying failure).
TERMINATED = 250018339;public static final InstanceWithNamedPorts.Status UNRECOGNIZED
public static final int UNDEFINED_STATUS_VALUE
A value indicating that the enum field is not set.
UNDEFINED_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
The instance is currently stopping (either being deleted or killed).
STOPPING = 350791796;public static final int SUSPENDED_VALUE
The instance has suspended.
SUSPENDED = 51223995;public static final int SUSPENDING_VALUE
The instance is suspending.
SUSPENDING = 514206246;public static final int TERMINATED_VALUE
The instance has stopped (either by explicit action or underlying failure).
TERMINATED = 250018339;public static InstanceWithNamedPorts.Status[] values()
for (InstanceWithNamedPorts.Status c : InstanceWithNamedPorts.Status.values()) System.out.println(c);
public static InstanceWithNamedPorts.Status 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 InstanceWithNamedPorts.Status valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static InstanceWithNamedPorts.Status forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<InstanceWithNamedPorts.Status> 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 InstanceWithNamedPorts.Status valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.