vlanAttachments

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


@JvmName(name = "ttduafepcwhcopnm")
suspend fun vlanAttachments(values: List<Output<IntakeVlanAttachmentArgs>>)
@JvmName(name = "meksysvmhpgmraur")
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 = "knxujvgtppyclqrv")
suspend fun vlanAttachments(argument: List<suspend IntakeVlanAttachmentArgsBuilder.() -> Unit>)
@JvmName(name = "qjfdbagknrjgobgc")
suspend fun vlanAttachments(vararg argument: suspend IntakeVlanAttachmentArgsBuilder.() -> Unit)
@JvmName(name = "ypuuhdmwhlljiovl")
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).