Class InterconnectAttachmentL2Forwarding
L2 Interconnect Attachment related configuration.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InterconnectAttachmentL2Forwarding : IDirectResponseSchema
Properties
ApplianceMappings
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.
Declaration
[JsonProperty("applianceMappings")]
public virtual IDictionary<string, InterconnectAttachmentL2ForwardingApplianceMapping> ApplianceMappings { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, InterconnectAttachmentL2ForwardingApplianceMapping> |
DefaultApplianceIpAddress
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.
Declaration
[JsonProperty("defaultApplianceIpAddress")]
public virtual string DefaultApplianceIpAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GeneveHeader
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.
Declaration
[JsonProperty("geneveHeader")]
public virtual InterconnectAttachmentL2ForwardingGeneveHeader GeneveHeader { get; set; }
Property Value
Type | Description |
---|---|
InterconnectAttachmentL2ForwardingGeneveHeader |
Network
Required. Resource URL of the network to which this attachment belongs.
Declaration
[JsonProperty("network")]
public virtual string Network { get; set; }
Property Value
Type | Description |
---|---|
string |
TunnelEndpointIpAddress
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.
Declaration
[JsonProperty("tunnelEndpointIpAddress")]
public virtual string TunnelEndpointIpAddress { get; set; }
Property Value
Type | Description |
---|---|
string |