set

@JvmName(name = "setAddress")
operator fun DslList<IpAddress, HostNetworkingKt.Dsl.AddressProxy>.set(index: Int, value: IpAddress)
IP addresses assigned to the host.

repeated .elide.net.IpAddress address = 2;

Parameters

index

The index to set the value at.

value

The address to set.