Class InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping
The inner VLAN-to-Appliance mapping.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InnerApplianceIpAddress
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.
Declaration
[JsonProperty("innerApplianceIpAddress")]
public virtual string InnerApplianceIpAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
InnerVlanTags
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.
Declaration
[JsonProperty("innerVlanTags")]
public virtual IList<string> InnerVlanTags { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |