addAll

@JvmName(name = "addAllAddress")
fun DslList<IpAddress, HostNetworkingKt.Dsl.AddressProxy>.addAll(values: Iterable<IpAddress>)
IP addresses assigned to the host.

repeated .elide.net.IpAddress address = 2;

Parameters

values

The address to add.