public static class PscConnectionStatusConstants for wire representations of the ForwardingRule.Types.PscConnectionStatus 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 |
|
Closed
public const string Closed = "CLOSED"Wire representation of Closed.
| Field Value | |
|---|---|
| Type | Description |
String |
|
Pending
public const string Pending = "PENDING"Wire representation of Pending.
| Field Value | |
|---|---|
| Type | Description |
String |
|
Rejected
public const string Rejected = "REJECTED"Wire representation of Rejected.
| Field Value | |
|---|---|
| Type | Description |
String |
|
StatusUnspecified
public const string StatusUnspecified = "STATUS_UNSPECIFIED"Wire representation of StatusUnspecified.
| Field Value | |
|---|---|
| Type | Description |
String |
|
UndefinedPscConnectionStatus
public const string UndefinedPscConnectionStatus = "UNDEFINED_PSC_CONNECTION_STATUS"Wire representation of UndefinedPscConnectionStatus.
| Field Value | |
|---|---|
| Type | Description |
String |
|