network Interfaces
Parameters
value
Networks to attach to the instance. This can be specified multiple times. Structure is documented below.
Parameters
values
Networks to attach to the instance. This can be specified multiple times. Structure is documented below.
suspend fun networkInterfaces(argument: List<suspend InstanceNetworkInterfaceArgsBuilder.() -> Unit>)
suspend fun networkInterfaces(vararg argument: suspend InstanceNetworkInterfaceArgsBuilder.() -> Unit)
Parameters
argument
Networks to attach to the instance. This can be specified multiple times. Structure is documented below.