IPProtocol property

String? IPProtocol
getter/setter pair

The IP protocol to which this rule applies.

For protocol forwarding, valid options are TCP, UDP, ESP, AH, SCTP, ICMP and L3_DEFAULT. The valid IP protocols are different for different load balancing products as described in Load balancing features. Possible string values are:

  • "AH"
  • "ESP"
  • "ICMP"
  • "L3_DEFAULT"
  • "SCTP"
  • "TCP"
  • "UDP"

Implementation

core.String? IPProtocol;