Class ComputeEnumConstants.HealthCheck.Type (2.1.0)

public static class Type

Constants for wire representations of the HealthCheck.Types.Type enum.

Inheritance

Object > ComputeEnumConstants.HealthCheck.Type

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Grpc

public const string Grpc = "GRPC"

Wire representation of Grpc.

Field Value
TypeDescription
String

Http

public const string Http = "HTTP"

Wire representation of Http.

Field Value
TypeDescription
String

Http2

public const string Http2 = "HTTP2"

Wire representation of Http2.

Field Value
TypeDescription
String

Https

public const string Https = "HTTPS"

Wire representation of Https.

Field Value
TypeDescription
String

Invalid

public const string Invalid = "INVALID"

Wire representation of Invalid.

Field Value
TypeDescription
String

Ssl

public const string Ssl = "SSL"

Wire representation of Ssl.

Field Value
TypeDescription
String

Tcp

public const string Tcp = "TCP"

Wire representation of Tcp.

Field Value
TypeDescription
String

UndefinedType

public const string UndefinedType = "UNDEFINED_TYPE"

Wire representation of UndefinedType.

Field Value
TypeDescription
String