InterconnectAttachmentL2Forwarding(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)L2 Interconnect Attachment related configuration.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
appliance_mappings |
MutableMapping[str, google.cloud.compute_v1beta.types.InterconnectAttachmentL2ForwardingApplianceMapping]
Optional. A map of VLAN tags to appliances and optional inner mapping rules. If VLANs are not explicitly mapped to any appliance, the defaultApplianceIpAddress is used. Each VLAN tag can be a single number or a range of numbers in the range of 1 to 4094, e.g., "1" or "4001-4094". Non-empty and non-overlapping VLAN tag ranges are enforced, and violating operations will be rejected. The VLAN tags in the Ethernet header must use an ethertype value of 0x88A8 or 0x8100. |
default_appliance_ip_address |
str
Optional. A single IPv4 or IPv6 address used as the default destination IP when there is no VLAN mapping result found. Unset field (null-value) indicates the unmatched packet should be dropped. This field is a member of oneof_ _default_appliance_ip_address.
|
geneve_header |
google.cloud.compute_v1beta.types.InterconnectAttachmentL2ForwardingGeneveHeader
Optional. It represents the structure of a Geneve (Generic Network Virtualization Encapsulation) header, as defined in RFC8926. It encapsulates packets from various protocols (e.g., Ethernet, IPv4, IPv6) for use in network virtualization environments. This field is a member of oneof_ _geneve_header.
|
network |
str
Required. Resource URL of the network to which this attachment belongs. This field is a member of oneof_ _network.
|
tunnel_endpoint_ip_address |
str
Required. A single IPv4 or IPv6 address. This address will be used as the source IP address for packets sent to the appliances, and must be used as the destination IP address for packets that should be sent out through this attachment. This field is a member of oneof_ _tunnel_endpoint_ip_address.
|
Classes
ApplianceMappingsEntry
ApplianceMappingsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)The abstract base class for a message.
| Parameters | |
|---|---|
| Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |