Bare Metal Solution v2 API - Class VRF.Types.VlanAttachment (1.0.0)

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.

Inheritance

Object > VRF.Types.VlanAttachment

Namespace

Google.Cloud.BareMetalSolution.V2

Assembly

Google.Cloud.BareMetalSolution.V2.dll

Constructors

VlanAttachment()

public VlanAttachment()

VlanAttachment(VRF.Types.VlanAttachment)

public VlanAttachment(VRF.Types.VlanAttachment other)
Parameter
NameDescription
otherVRF.Types.VlanAttachment

Properties

PeerIp

public string PeerIp { get; set; }

The peer IP of the attachment.

Property Value
TypeDescription
String

PeerVlanId

public long PeerVlanId { get; set; }

The peer vlan ID of the attachment.

Property Value
TypeDescription
Int64

RouterIp

public string RouterIp { get; set; }

The router IP of the attachment.

Property Value
TypeDescription
String