Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
graalvm
/
tools.elide.call
/
HostNetworkingKt
/
Dsl
/
add
add
@
JvmName
(
name
=
"addAddress"
)
fun
DslList
<
IpAddress
,
HostNetworkingKt.Dsl.AddressProxy
>
.
add
(
value
:
IpAddress
)
IP addresses assigned to the host.
Content copied to clipboard
repeated .elide.net.IpAddress address = 2;
Parameters
value
The address to add.