public sealed class InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping : IMessage<InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping>, IEquatable<InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping>, IDeepCloneable<InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping.
The inner VLAN-to-Appliance mapping.
Implements
IMessageInterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping, IEquatableInterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping, IDeepCloneableInterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping()
public InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping()InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping(InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping)
public InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping(InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping other)| Parameter | |
|---|---|
| Name | Description |
other |
InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping |
Properties
HasInnerApplianceIpAddress
public bool HasInnerApplianceIpAddress { get; }Gets whether the "inner_appliance_ip_address" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
InnerApplianceIpAddress
public string InnerApplianceIpAddress { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
InnerVlanTags
public RepeatedField<string> InnerVlanTags { get; }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.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|