protocol property

String? protocol
getter/setter pair

The IP protocol this rule applies to.

This value can either be one of the following well known protocol strings (TCP, UDP, ICMP, ESP, AH, IPIP, SCTP) or a string representation of the integer value.

Implementation

core.String? protocol;