ipProtocol property

String? ipProtocol
getter/setter pair

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

  • "UNDEFINED"
  • "TCP" : Indicates the load balancer is accessible via TCP.
  • "UDP" : Indicates the load balancer is accessible via UDP.

Implementation

core.String? ipProtocol;