vlanAttachments property

List<IntakeVlanAttachment>? vlanAttachments
getter/setter pair

List of VLAN attachments.

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

Implementation

core.List<IntakeVlanAttachment>? vlanAttachments;