Enum HealthCheck.Types.Type (2.1.0)

public enum Type

Specifies the type of the healthCheck, either TCP, SSL, HTTP, HTTPS, HTTP2 or GRPC. Exactly one of the protocol-specific health check fields 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.