Show / Hide Table of Contents

Class InterconnectAttachmentL2ForwardingApplianceMapping

Two-level VLAN-to-Appliance mapping rule.

Inheritance
object
InterconnectAttachmentL2ForwardingApplianceMapping
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InterconnectAttachmentL2ForwardingApplianceMapping : IDirectResponseSchema

Properties

ApplianceIpAddress

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.

Declaration
[JsonProperty("applianceIpAddress")]
public virtual string ApplianceIpAddress { 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

InnerVlanToApplianceMappings

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.

Declaration
[JsonProperty("innerVlanToApplianceMappings")]
public virtual IList<InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping> InnerVlanToApplianceMappings { get; set; }
Property Value
Type Description
IList<InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping>

Name

Optional. The name of this appliance mapping rule.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX