InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)The inner VLAN-to-Appliance mapping.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
inner_appliance_ip_address |
str
Required in this object. A single IPv4 or IPv6 address used as the destination IP address for ingress packets that match on both VLAN tags. This field is a member of oneof_ _inner_appliance_ip_address.
|
inner_vlan_tags |
MutableSequence[str]
Required in this object. Used to match the inner VLAN tag on the packet. Each entry can be a single number or a range of numbers in the range of 1 to 4094, e.g., ["1", "4001-4094"] is valid. Non-empty and Non-overlapping VLAN tag ranges are enforced, and violating operations will be rejected. The inner VLAN tags must have an ethertype value of 0x8100. |