Enum InstanceWithNamedPorts.Types.Status (1.2.0)

public enum Status

[Output Only] The status of the instance.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

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

UndefinedStatus

A value indicating that the enum field is not set.