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

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

Implementation

core.String? type;