protocol property

String? protocol
getter/setter pair

IANA Internet Protocol Number such as TCP(6) and UDP(17). Possible string values are:

  • "PROTOCOL_UNSPECIFIED" : Unspecified protocol (not HOPOPT).
  • "ICMP" : Internet Control Message Protocol.
  • "TCP" : Transmission Control Protocol.
  • "UDP" : User Datagram Protocol.
  • "GRE" : Generic Routing Encapsulation.
  • "ESP" : Encap Security Payload.

Implementation

core.String? protocol;