networkAttachments

@JvmName(name = "vxnqivdnmawbdbuu")
suspend fun networkAttachments(value: Output<List<NetworkAttachmentArgs>>)
@JvmName(name = "grbblcfwfxoliyer")
suspend fun networkAttachments(value: List<NetworkAttachmentArgs>?)

Parameters

value

The list of network attachments to the virtual machine.


@JvmName(name = "wjeukgpoxaptjsea")
suspend fun networkAttachments(vararg values: Output<NetworkAttachmentArgs>)


@JvmName(name = "hrniluxpmhvsncsm")
suspend fun networkAttachments(values: List<Output<NetworkAttachmentArgs>>)
@JvmName(name = "ybsbfsvemkusqkfs")
suspend fun networkAttachments(vararg values: NetworkAttachmentArgs)

Parameters

values

The list of network attachments to the virtual machine.


@JvmName(name = "nrfnmqcpkthvqpvl")
suspend fun networkAttachments(argument: List<suspend NetworkAttachmentArgsBuilder.() -> Unit>)
@JvmName(name = "thekckbscxfnndne")
suspend fun networkAttachments(vararg argument: suspend NetworkAttachmentArgsBuilder.() -> Unit)
@JvmName(name = "omxdcmahntvanyre")
suspend fun networkAttachments(argument: suspend NetworkAttachmentArgsBuilder.() -> Unit)

Parameters

argument

The list of network attachments to the virtual machine.