protocol property

String? protocol
getter/setter pair

Possible string values are:

  • "PROTOCOL_UNSPECIFIED"
  • "ICMP"
  • "TCP"
  • "UDP"
  • "GRE"
  • "ESP"

Implementation

core.String? protocol;