Enum HealthCheck.Types.Type (1.0.0)

public enum Type

Specifies the type of the healthCheck, either TCP, SSL, HTTP, HTTPS or HTTP2. If not specified, the default is TCP. Exactly one of the protocol-specific health check field must be specified, which must match type field.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
Grpc
Http
Http2
Https
Invalid
Ssl
Tcp
UndefinedType

A value indicating that the enum field is not set.