IPProtocol property
The IP protocol to which this rule applies.
For protocol forwarding, valid options are TCP, UDP, ESP,AH, SCTP, ICMP andL3_DEFAULT.
The valid IP protocols are different for different load balancing products as described in [Load balancing features](https://cloud.google.com/load-balancing/docs/features#protocols_from_the_load_balancer_to_the_backends). Possible string values are:
- "AH"
- "ESP"
- "ICMP"
- "L3_DEFAULT"
- "SCTP"
- "TCP"
- "UDP"
Implementation
core.String? IPProtocol;