Enum Instance.Status (1.51.0)

public enum Instance.Status extends Enum<Instance.Status> implements ProtocolMessageEnum

[Output Only] The status of the instance. One of the following values: PROVISIONING, STAGING, RUNNING, STOPPING, SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. For more information about the status of the instance, see Instance life cycle.

Protobuf enum google.cloud.compute.v1.Instance.Status

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

The instance is currently stopping (either being deleted or killed).

STOPPING = 350791796;

STOPPING_VALUE

The instance is currently stopping (either being deleted or killed).

STOPPING = 350791796;

SUSPENDED

The instance has suspended.

SUSPENDED = 51223995;

SUSPENDED_VALUE

The instance has suspended.

SUSPENDED = 51223995;

SUSPENDING

The instance is suspending.

SUSPENDING = 514206246;

SUSPENDING_VALUE

The instance is suspending.

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_STATUS

A value indicating that the enum field is not set.

UNDEFINED_STATUS = 0;

UNDEFINED_STATUS_VALUE

A value indicating that the enum field is not set.

UNDEFINED_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()