networkInterfaceIds

@JvmName(name = "dqaboccupsagucjf")
suspend fun networkInterfaceIds(value: Output<List<String>>)
@JvmName(name = "hlegdgdlofnvxrlb")
suspend fun networkInterfaceIds(value: List<String>?)

Parameters

value

. A list of Network Interface IDs which should be attached to this Virtual Machine. The first Network Interface ID in this list will be the Primary Network Interface on the Virtual Machine.


@JvmName(name = "upgmkdoaqdugaurm")
suspend fun networkInterfaceIds(vararg values: Output<String>)


@JvmName(name = "egpivtcgrllqqnhv")
suspend fun networkInterfaceIds(values: List<Output<String>>)
@JvmName(name = "sbgxyrcvvhdodxnl")
suspend fun networkInterfaceIds(vararg values: String)

Parameters

values

. A list of Network Interface IDs which should be attached to this Virtual Machine. The first Network Interface ID in this list will be the Primary Network Interface on the Virtual Machine.