Class ComputeEnumConstants.HTTPHealthCheck.PortSpecification (1.1.0)

public static class 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