networkInterfaces

@JvmName(name = "onvssncknovdjjbv")
suspend fun networkInterfaces(value: Output<List<InstanceNetworkInterfaceArgs>>)
@JvmName(name = "wtixhqommibolmbs")
suspend fun networkInterfaces(value: List<InstanceNetworkInterfaceArgs>?)

Parameters

value

Networks to attach to the instance. This can be specified multiple times. Structure is documented below.


@JvmName(name = "erxdxkdjcwutpoyo")
suspend fun networkInterfaces(vararg values: Output<InstanceNetworkInterfaceArgs>)


@JvmName(name = "gqurialqvqqtgnqn")
suspend fun networkInterfaces(values: List<Output<InstanceNetworkInterfaceArgs>>)
@JvmName(name = "cagubxgqumnsgxbi")
suspend fun networkInterfaces(vararg values: InstanceNetworkInterfaceArgs)

Parameters

values

Networks to attach to the instance. This can be specified multiple times. Structure is documented below.


@JvmName(name = "qnlatgfgyjsbfqpf")
suspend fun networkInterfaces(argument: List<suspend InstanceNetworkInterfaceArgsBuilder.() -> Unit>)
@JvmName(name = "ivebijgwblufbwcw")
suspend fun networkInterfaces(vararg argument: suspend InstanceNetworkInterfaceArgsBuilder.() -> Unit)
@JvmName(name = "lbyotugrndvtpnlk")
suspend fun networkInterfaces(argument: suspend InstanceNetworkInterfaceArgsBuilder.() -> Unit)

Parameters

argument

Networks to attach to the instance. This can be specified multiple times. Structure is documented below.