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

public enum ManagedInstance.Types.InstanceStatus

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

Output only. [Output Only] The status of the instance. This field is empty when the instance does not exist.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Name Description
Deprovisioning

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

Pending

For Flex Start provisioning instance is waiting for available capacity from Dynamic Workload Scheduler (DWS).

PendingStop

The instance is gracefully shutting down.

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).

UndefinedInstanceStatus

A value indicating that the enum field is not set.