Enum ManagedInstance.InstanceStatus (1.51.0)

public enum ManagedInstance.InstanceStatus extends Enum<ManagedInstance.InstanceStatus> implements 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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DEPROVISIONING

The instance is halted and we are performing tear down tasks like network deprogramming, releasing quota, IP, tearing down disks etc.

DEPROVISIONING = 428935662;

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;

PROVISIONING

Resources are being allocated for the instance.

PROVISIONING = 290896621;

PROVISIONING_VALUE

Resources are being allocated for the instance.

PROVISIONING = 290896621;

REPAIRING

The instance is in repair.

REPAIRING = 413483285;

REPAIRING_VALUE

The instance is in repair.

REPAIRING = 413483285;

RUNNING

The instance is running.

RUNNING = 121282975;

RUNNING_VALUE

The instance is running.

RUNNING = 121282975;

STAGING

All required resources have been allocated and the instance is being started.

STAGING = 431072283;

STAGING_VALUE

All required resources have been allocated and the instance is being started.

STAGING = 431072283;

STOPPED

The instance has stopped successfully.

STOPPED = 444276141;

STOPPED_VALUE

The instance has stopped successfully.

STOPPED = 444276141;

STOPPING

STOPPING = 350791796;

STOPPING_VALUE

STOPPING = 350791796;

SUSPENDED

The instance has suspended.

SUSPENDED = 51223995;

SUSPENDED_VALUE

The instance has suspended.

SUSPENDED = 51223995;

SUSPENDING

SUSPENDING = 514206246;

SUSPENDING_VALUE

SUSPENDING = 514206246;

TERMINATED

The instance has stopped (either by explicit action or underlying failure).

TERMINATED = 250018339;

TERMINATED_VALUE

The instance has stopped (either by explicit action or underlying failure).

TERMINATED = 250018339;

UNDEFINED_INSTANCE_STATUS

A value indicating that the enum field is not set.

UNDEFINED_INSTANCE_STATUS = 0;

UNDEFINED_INSTANCE_STATUS_VALUE

A value indicating that the enum field is not set.

UNDEFINED_INSTANCE_STATUS = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()