Compute Engine v1 API - Class ComputeEnumConstants.HTTPHealthCheck.PortSpecification (2.15.0)

public static class ComputeEnumConstants.HTTPHealthCheck.PortSpecification

Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.HTTPHealthCheck.PortSpecification.

Constants for wire representations of the HTTPHealthCheck.Types.PortSpecification enum.

Inheritance

object > ComputeEnumConstants.HTTPHealthCheck.PortSpecification

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

UndefinedPortSpecification

public const string UndefinedPortSpecification = "UNDEFINED_PORT_SPECIFICATION"

Wire representation of UndefinedPortSpecification.

Field Value
TypeDescription
string

UseFixedPort

public const string UseFixedPort = "USE_FIXED_PORT"

Wire representation of UseFixedPort.

Field Value
TypeDescription
string

UseNamedPort

public const string UseNamedPort = "USE_NAMED_PORT"

Wire representation of UseNamedPort.

Field Value
TypeDescription
string

UseServingPort

public const string UseServingPort = "USE_SERVING_PORT"

Wire representation of UseServingPort.

Field Value
TypeDescription
string