public static class ComputeEnumConstants.Instance.Status
Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.Instance.Status.
Constants for wire representations of the Instance.Types.Status enum.
Namespace
GoogleCloudGoogle.Cloud.ComputeV1Assembly
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 |
UndefinedStatus
public const string UndefinedStatus = "UNDEFINED_STATUS"
Wire representation of UndefinedStatus.
Field Value | |
---|---|
Type | Description |
string |