plusAssign
inline operator fun DslList<Layer4Protocol, PortKt.Dsl.ProtocolProxy>.plusAssign(value: Layer4Protocol)
Protocols for this port.
Content copied to clipboard
repeated .elide.net.Layer4Protocol protocol = 3;
Parameters
value
The protocol to add.
inline operator fun DslList<Layer4Protocol, PortKt.Dsl.ProtocolProxy>.plusAssign(values: Iterable<Layer4Protocol>)
Protocols for this port.
Content copied to clipboard
repeated .elide.net.Layer4Protocol protocol = 3;
Parameters
values
The protocol to add.