ipProtocol property

String? ipProtocol
getter/setter pair

The protocol of the load balancer to health check. Possible string values are:

  • "undefined"
  • "tcp"
  • "udp"

Implementation

core.String? ipProtocol;