InterconnectAttachmentL2ForwardingApplianceMapping(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Two-level VLAN-to-Appliance mapping rule.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
appliance_ip_address |
str
Optional. A single IPv4 or IPv6 address used as the destination IP address for ingress packets that match on a VLAN tag, but do not match a more specific inner VLAN tag. Unset field (null-value) indicates both VLAN tags are required to be mapped. Otherwise, defaultApplianceIpAddress is used. This field is a member of oneof_ _appliance_ip_address.
|
inner_vlan_to_appliance_mappings |
MutableSequence[google.cloud.compute_v1beta.types.InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping]
Optional. Used to match against the inner VLAN when the packet contains two VLAN tags. A list of mapping rules from inner VLAN tags to IP addresses. If the inner VLAN is not explicitly mapped to an IP address range, the applianceIpAddress is used. |
name |
str
Optional. The name of this appliance mapping rule. This field is a member of oneof_ _name.
|