type property

String? type
getter/setter pair

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. Possible string values are:

  • "GRPC"
  • "HTTP"
  • "HTTP2"
  • "HTTPS"
  • "INVALID"
  • "SSL"
  • "TCP"

Implementation

core.String? type;