NetworkInterfaceAttachmentArgs

data class NetworkInterfaceAttachmentArgs(val attachmentId: Output<String>? = null, val deviceIndex: Output<Int>, val instance: Output<String>) : ConvertibleToJava<NetworkInterfaceAttachmentArgs>

Constructors

Link copied to clipboard
constructor(attachmentId: Output<String>? = null, deviceIndex: Output<Int>, instance: Output<String>)

Properties

Link copied to clipboard
val attachmentId: Output<String>? = null
Link copied to clipboard
val deviceIndex: Output<Int>

Integer to define the devices index.

Link copied to clipboard
val instance: Output<String>

ID of the instance to attach to.

Functions

Link copied to clipboard
open override fun toJava(): NetworkInterfaceAttachmentArgs