public sealed class VlanAttachment : IMessage<VRF.Types.VlanAttachment>, IEquatable<VRF.Types.VlanAttachment>, IDeepCloneable<VRF.Types.VlanAttachment>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class VRF.Types.VlanAttachment.
VLAN attachment details.
Implements
IMessage<VRF.Types.VlanAttachment>, IEquatable<VRF.Types.VlanAttachment>, IDeepCloneable<VRF.Types.VlanAttachment>, IBufferMessage, IMessageNamespace
Google.Cloud.BareMetalSolution.V2Assembly
Google.Cloud.BareMetalSolution.V2.dll
Constructors
VlanAttachment()
public VlanAttachment()
VlanAttachment(VRF.Types.VlanAttachment)
public VlanAttachment(VRF.Types.VlanAttachment other)
Parameter | |
---|---|
Name | Description |
other | VRF.Types.VlanAttachment |
Properties
PeerIp
public string PeerIp { get; set; }
The peer IP of the attachment.
Property Value | |
---|---|
Type | Description |
String |
PeerVlanId
public long PeerVlanId { get; set; }
The peer vlan ID of the attachment.
Property Value | |
---|---|
Type | Description |
Int64 |
RouterIp
public string RouterIp { get; set; }
The router IP of the attachment.
Property Value | |
---|---|
Type | Description |
String |