Show / Hide Table of Contents

Class InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping

The inner VLAN-to-Appliance mapping.

Inheritance
object
InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX