vlanAttachments

@JvmName(name = "aaktulwvuqvuhiwp")
suspend fun vlanAttachments(value: Output<List<IntakeVlanAttachmentArgs>>)
@JvmName(name = "liucgwpuvxfnsoyj")
suspend fun vlanAttachments(value: List<IntakeVlanAttachmentArgs>?)

Parameters

value

List of VLAN attachments. As of now there are always 2 attachments, but it is going to change in the future (multi vlan).


@JvmName(name = "geawdpttbwwbcxqs")
suspend fun vlanAttachments(vararg values: Output<IntakeVlanAttachmentArgs>)


@JvmName(name = "oifkonqnesikrncm")
suspend fun vlanAttachments(values: List<Output<IntakeVlanAttachmentArgs>>)
@JvmName(name = "oljeuyokimebynyg")
suspend fun vlanAttachments(vararg values: IntakeVlanAttachmentArgs)

Parameters

values

List of VLAN attachments. As of now there are always 2 attachments, but it is going to change in the future (multi vlan).


@JvmName(name = "djheckyuhxrgdtmk")
suspend fun vlanAttachments(argument: List<suspend IntakeVlanAttachmentArgsBuilder.() -> Unit>)
@JvmName(name = "ecbopimivuuyouto")
suspend fun vlanAttachments(vararg argument: suspend IntakeVlanAttachmentArgsBuilder.() -> Unit)
@JvmName(name = "biblkfswmabbcndq")
suspend fun vlanAttachments(argument: suspend IntakeVlanAttachmentArgsBuilder.() -> Unit)

Parameters

argument

List of VLAN attachments. As of now there are always 2 attachments, but it is going to change in the future (multi vlan).