IntakeVlanAttachmentArgs

data class IntakeVlanAttachmentArgs(val id: Output<String>? = null, val pairingKey: Output<String>? = null) : ConvertibleToJava<IntakeVlanAttachmentArgs>

A GCP vlan attachment.

Constructors

Link copied to clipboard
fun IntakeVlanAttachmentArgs(id: Output<String>? = null, pairingKey: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val id: Output<String>? = null

Identifier of the VLAN attachment.

Link copied to clipboard
val pairingKey: Output<String>? = null

Attachment pairing key.