protocol property
The protocol used for the port mapping. Valid values are tcp
and udp
. The default is tcp
.
Implementation
final TransportProtocol? protocol;
The protocol used for the port mapping. Valid values are tcp
and udp
. The default is tcp
.
final TransportProtocol? protocol;