networkAttachments

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

Parameters

value

The list of network attachments to the virtual machine.


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


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

Parameters

values

The list of network attachments to the virtual machine.


@JvmName(name = "klfgirqdkmylelcr")
suspend fun networkAttachments(argument: List<suspend NetworkAttachmentArgsBuilder.() -> Unit>)
@JvmName(name = "cnxomoktqcjgaxgn")
suspend fun networkAttachments(vararg argument: suspend NetworkAttachmentArgsBuilder.() -> Unit)
@JvmName(name = "lsyoydefousacxap")
suspend fun networkAttachments(argument: suspend NetworkAttachmentArgsBuilder.() -> Unit)

Parameters

argument

The list of network attachments to the virtual machine.