vlanAttachments

@JvmName(name = "bmuybtplsqhecevx")
suspend fun vlanAttachments(value: Output<List<IntakeVlanAttachmentArgs>>)
@JvmName(name = "gpvhfkpvtlefgjpi")
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 = "wxrpklhxqbsfldin")
suspend fun vlanAttachments(vararg values: Output<IntakeVlanAttachmentArgs>)


@JvmName(name = "focnxejcagipaiyy")
suspend fun vlanAttachments(values: List<Output<IntakeVlanAttachmentArgs>>)
@JvmName(name = "dkyscvnfnrjglsii")
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 = "kslyseapdrsphfny")
suspend fun vlanAttachments(argument: List<suspend IntakeVlanAttachmentArgsBuilder.() -> Unit>)
@JvmName(name = "pamawoomrmoavicr")
suspend fun vlanAttachments(vararg argument: suspend IntakeVlanAttachmentArgsBuilder.() -> Unit)
@JvmName(name = "quhrnygiwolyjsyq")
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).