public static class ComputeEnumConstants.HTTP2HealthCheck.PortSpecificationReference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.HTTP2HealthCheck.PortSpecification.
Constants for wire representations of the HTTP2HealthCheck.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 |
|