public static class ComputeEnumConstants.DiskResourceStatusAsyncReplicationStatus.StateReference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.DiskResourceStatusAsyncReplicationStatus.State.
Constants for wire representations of the DiskResourceStatusAsyncReplicationStatus.Types.State enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
Active
public const string Active = "ACTIVE"Wire representation of Active .
| Field Value | |
|---|---|
| Type | Description |
string |
|
Created
public const string Created = "CREATED"Wire representation of Created .
| Field Value | |
|---|---|
| Type | Description |
string |
|
Starting
public const string Starting = "STARTING"Wire representation of Starting .
| 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 |
|
UndefinedState
public const string UndefinedState = "UNDEFINED_STATE"Wire representation of UndefinedState .
| Field Value | |
|---|---|
| Type | Description |
string |
|
Unspecified
public const string Unspecified = "STATE_UNSPECIFIED"Wire representation of Unspecified .
| Field Value | |
|---|---|
| Type | Description |
string |
|