plusAssign
inline operator fun DslList<IpAddress, HostNetworkingKt.Dsl.AddressProxy>.plusAssign(value: IpAddress)
IP addresses assigned to the host.
Content copied to clipboard
repeated .elide.net.IpAddress address = 2;
Parameters
value
The address to add.
inline operator fun DslList<IpAddress, HostNetworkingKt.Dsl.AddressProxy>.plusAssign(values: Iterable<IpAddress>)
IP addresses assigned to the host.
Content copied to clipboard
repeated .elide.net.IpAddress address = 2;
Parameters
values
The address to add.