public static class InstanceStatus
Constants for wire representations of the ManagedInstance.Types.InstanceStatus enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
Deprovisioning
public const string Deprovisioning = "DEPROVISIONING"
Wire representation of Deprovisioning.
Field Value | |
---|---|
Type | Description |
String |
Provisioning
public const string Provisioning = "PROVISIONING"
Wire representation of Provisioning.
Field Value | |
---|---|
Type | Description |
String |
Repairing
public const string Repairing = "REPAIRING"
Wire representation of Repairing.
Field Value | |
---|---|
Type | Description |
String |
Running
public const string Running = "RUNNING"
Wire representation of Running.
Field Value | |
---|---|
Type | Description |
String |
Staging
public const string Staging = "STAGING"
Wire representation of Staging.
Field Value | |
---|---|
Type | Description |
String |
Stopped
public const string Stopped = "STOPPED"
Wire representation of Stopped.
Field Value | |
---|---|
Type | Description |
String |
Stopping
public const string Stopping = "STOPPING"
Wire representation of Stopping.
Field Value | |
---|---|
Type | Description |
String |
Suspended
public const string Suspended = "SUSPENDED"
Wire representation of Suspended.
Field Value | |
---|---|
Type | Description |
String |
Suspending
public const string Suspending = "SUSPENDING"
Wire representation of Suspending.
Field Value | |
---|---|
Type | Description |
String |
Terminated
public const string Terminated = "TERMINATED"
Wire representation of Terminated.
Field Value | |
---|---|
Type | Description |
String |
UndefinedInstanceStatus
public const string UndefinedInstanceStatus = "UNDEFINED_INSTANCE_STATUS"
Wire representation of UndefinedInstanceStatus.
Field Value | |
---|---|
Type | Description |
String |