Compute Engine v1 API - Enum ManagedInstance.Types.InstanceStatus (2.14.0)

public enum ManagedInstance.Types.InstanceStatus

Reference documentation and code samples for the Compute Engine v1 API enum ManagedInstance.Types.InstanceStatus.

[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

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
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
Suspended

The instance has suspended.

Suspending
Terminated

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

UndefinedInstanceStatus

A value indicating that the enum field is not set.