ipProtocol property
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;