networkInterfaces

@JvmName(name = "apxyrhqspjndgiyf")
suspend fun networkInterfaces(value: Output<List<NetworkInterfaceArgs>>)
@JvmName(name = "ukvbleoqciilcirj")
suspend fun networkInterfaces(value: List<NetworkInterfaceArgs>?)

Parameters

value

An array of network configurations for this instance. These specify how interfaces are configured to interact with other network services, such as connecting to the internet. Multiple interfaces are supported per instance.


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


@JvmName(name = "gjbxitdfnibstuwc")
suspend fun networkInterfaces(values: List<Output<NetworkInterfaceArgs>>)
@JvmName(name = "whmjunacfhhxgcmf")
suspend fun networkInterfaces(vararg values: NetworkInterfaceArgs)

Parameters

values

An array of network configurations for this instance. These specify how interfaces are configured to interact with other network services, such as connecting to the internet. Multiple interfaces are supported per instance.


@JvmName(name = "tqhspotvfhkybphk")
suspend fun networkInterfaces(argument: List<suspend NetworkInterfaceArgsBuilder.() -> Unit>)
@JvmName(name = "xsnjkdpkufpfdlvg")
suspend fun networkInterfaces(vararg argument: suspend NetworkInterfaceArgsBuilder.() -> Unit)
@JvmName(name = "fnrlgadrfvhygklf")
suspend fun networkInterfaces(argument: suspend NetworkInterfaceArgsBuilder.() -> Unit)

Parameters

argument

An array of network configurations for this instance. These specify how interfaces are configured to interact with other network services, such as connecting to the internet. Multiple interfaces are supported per instance.