networkProtocol property

String? networkProtocol
getter/setter pair

The network protocol of the network path.

Output only. Possible string values are:

  • "NETWORK_PROTOCOL_UNSPECIFIED" : The default value. This value is used if the network protocol is omitted.
  • "ICMP" : ICMP.
  • "UDP" : UDP.
  • "TCP" : TCP.

Implementation

core.String? networkProtocol;