- 3.22.0 (latest)
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public sealed class InterconnectAttachmentL2ForwardingApplianceMapping : IMessage<InterconnectAttachmentL2ForwardingApplianceMapping>, IEquatable<InterconnectAttachmentL2ForwardingApplianceMapping>, IDeepCloneable<InterconnectAttachmentL2ForwardingApplianceMapping>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class InterconnectAttachmentL2ForwardingApplianceMapping.
Two-level VLAN-to-Appliance mapping rule.
Implements
IMessageInterconnectAttachmentL2ForwardingApplianceMapping, IEquatableInterconnectAttachmentL2ForwardingApplianceMapping, IDeepCloneableInterconnectAttachmentL2ForwardingApplianceMapping, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InterconnectAttachmentL2ForwardingApplianceMapping()
public InterconnectAttachmentL2ForwardingApplianceMapping()InterconnectAttachmentL2ForwardingApplianceMapping(InterconnectAttachmentL2ForwardingApplianceMapping)
public InterconnectAttachmentL2ForwardingApplianceMapping(InterconnectAttachmentL2ForwardingApplianceMapping other)| Parameter | |
|---|---|
| Name | Description |
other |
InterconnectAttachmentL2ForwardingApplianceMapping |
Properties
ApplianceIpAddress
public string ApplianceIpAddress { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasApplianceIpAddress
public bool HasApplianceIpAddress { get; }Gets whether the "appliance_ip_address" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasName
public bool HasName { get; }Gets whether the "name" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
InnerVlanToApplianceMappings
public RepeatedField<InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping> InnerVlanToApplianceMappings { get; }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.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldInterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping |
|
Name
public string Name { get; set; }Optional. The name of this appliance mapping rule.
| Property Value | |
|---|---|
| Type | Description |
string |
|