Compute Engine v1 API - Class ComputeEnumConstants.HTTPSHealthCheck.PortSpecification (2.2.0)

public static class PortSpecification

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

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

Inheritance

Object > ComputeEnumConstants.HTTPSHealthCheck.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