networkAttachments

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

Parameters

value

The list of network attachments to the virtual machine.


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


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

Parameters

values

The list of network attachments to the virtual machine.


@JvmName(name = "edioxyqxpfsxjhhb")
suspend fun networkAttachments(argument: List<suspend NetworkAttachmentArgsBuilder.() -> Unit>)
@JvmName(name = "aajgypooavkkokni")
suspend fun networkAttachments(vararg argument: suspend NetworkAttachmentArgsBuilder.() -> Unit)
@JvmName(name = "qslyypksmlpykgci")
suspend fun networkAttachments(argument: suspend NetworkAttachmentArgsBuilder.() -> Unit)

Parameters

argument

The list of network attachments to the virtual machine.