networkInterfaces

@JvmName(name = "jqkxyipbimbakdix")
suspend fun networkInterfaces(value: Output<List<RegionInstanceTemplateNetworkInterfaceArgs>>)
@JvmName(name = "kpvgbiwuulmktiof")
suspend fun networkInterfaces(value: List<RegionInstanceTemplateNetworkInterfaceArgs>?)

Parameters

value

Networks to attach to instances created from this template. This can be specified multiple times for multiple networks. Structure is documented below.


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


@JvmName(name = "gfykvirwdqstqixk")
suspend fun networkInterfaces(values: List<Output<RegionInstanceTemplateNetworkInterfaceArgs>>)
@JvmName(name = "gutcsieuwkmnaetm")
suspend fun networkInterfaces(vararg values: RegionInstanceTemplateNetworkInterfaceArgs)

Parameters

values

Networks to attach to instances created from this template. This can be specified multiple times for multiple networks. Structure is documented below.


@JvmName(name = "ryvqbshvpippvrat")
suspend fun networkInterfaces(argument: List<suspend RegionInstanceTemplateNetworkInterfaceArgsBuilder.() -> Unit>)
@JvmName(name = "xbjnshgrlvibrklm")
suspend fun networkInterfaces(vararg argument: suspend RegionInstanceTemplateNetworkInterfaceArgsBuilder.() -> Unit)
@JvmName(name = "biotkioadboegnkk")
suspend fun networkInterfaces(argument: suspend RegionInstanceTemplateNetworkInterfaceArgsBuilder.() -> Unit)

Parameters

argument

Networks to attach to instances created from this template. This can be specified multiple times for multiple networks. Structure is documented below.