protocol property

String? protocol
getter/setter pair

Protocol for port.

Defaults to TCP if not specified.

Optional. Possible string values are:

  • "PROTOCOL_UNSPECIFIED" : Unspecified protocol. Defaults to TCP.
  • "TCP" : TCP protocol.
  • "UDP" : UDP protocol.

Implementation

core.String? protocol;