public static class ComputeEnumConstants.InstanceGroupManagerStatusAcceleratorTopology.StateReference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.InstanceGroupManagerStatusAcceleratorTopology.State.
Constants for wire representations of the InstanceGroupManagerStatusAcceleratorTopology.Types.State enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
Activating
public const string Activating = "ACTIVATING"Wire representation of Activating .
| Field Value | |
|---|---|
| Type | Description |
string |
|
Active
public const string Active = "ACTIVE"Wire representation of Active .
| Field Value | |
|---|---|
| Type | Description |
string |
|
Deactivating
public const string Deactivating = "DEACTIVATING"Wire representation of Deactivating .
| Field Value | |
|---|---|
| Type | Description |
string |
|
Failed
public const string Failed = "FAILED"Wire representation of Failed .
| Field Value | |
|---|---|
| Type | Description |
string |
|
Incomplete
public const string Incomplete = "INCOMPLETE"Wire representation of Incomplete .
| Field Value | |
|---|---|
| Type | Description |
string |
|
Reactivating
public const string Reactivating = "REACTIVATING"Wire representation of Reactivating .
| Field Value | |
|---|---|
| Type | Description |
string |
|
UndefinedState
public const string UndefinedState = "UNDEFINED_STATE"Wire representation of UndefinedState .
| Field Value | |
|---|---|
| Type | Description |
string |
|