public static class PortSpecificationConstants for wire representations of the HTTPHealthCheck.Types.PortSpecification enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
UndefinedPortSpecification
public const string UndefinedPortSpecification = "UNDEFINED_PORT_SPECIFICATION"Wire representation of UndefinedPortSpecification.
| Field Value | |
|---|---|
| Type | Description |
String |
|
UseFixedPort
public const string UseFixedPort = "USE_FIXED_PORT"Wire representation of UseFixedPort.
| Field Value | |
|---|---|
| Type | Description |
String |
|
UseNamedPort
public const string UseNamedPort = "USE_NAMED_PORT"Wire representation of UseNamedPort.
| Field Value | |
|---|---|
| Type | Description |
String |
|
UseServingPort
public const string UseServingPort = "USE_SERVING_PORT"Wire representation of UseServingPort.
| Field Value | |
|---|---|
| Type | Description |
String |
|