public static class ComputeEnumConstants.InstanceGroupManagerResizeRequest.StateReference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.InstanceGroupManagerResizeRequest.State.
Constants for wire representations of the InstanceGroupManagerResizeRequest.Types.State enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
Accepted
public const string Accepted = "ACCEPTED"Wire representation of Accepted .
| Field Value | |
|---|---|
| Type | Description |
string |
|
Cancelled
public const string Cancelled = "CANCELLED"Wire representation of Cancelled .
| Field Value | |
|---|---|
| Type | Description |
string |
|
Creating
public const string Creating = "CREATING"Wire representation of Creating .
| Field Value | |
|---|---|
| Type | Description |
string |
|
Failed
public const string Failed = "FAILED"Wire representation of Failed.
| Field Value | |
|---|---|
| Type | Description |
string |
|
Succeeded
public const string Succeeded = "SUCCEEDED"Wire representation of Succeeded .
| 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 |
|