Show / Hide Table of Contents

Class VlanAttachment

VLAN attachment details.

Inheritance
object
VlanAttachment
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.Baremetalsolution.v2.Data
Assembly: Google.Apis.Baremetalsolution.v2.dll
Syntax
public class VlanAttachment : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Id

Immutable. The identifier of the attachment within vrf.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

InterconnectAttachment

Optional. The name of the vlan attachment within vrf. This is of the form projects/{project_number}/regions/{region}/interconnectAttachments/{interconnect_attachment}

Declaration
[JsonProperty("interconnectAttachment")]
public virtual string InterconnectAttachment { get; set; }
Property Value
Type Description
string

PairingKey

Input only. Pairing key.

Declaration
[JsonProperty("pairingKey")]
public virtual string PairingKey { get; set; }
Property Value
Type Description
string

PeerIp

The peer IP of the attachment.

Declaration
[JsonProperty("peerIp")]
public virtual string PeerIp { get; set; }
Property Value
Type Description
string

PeerVlanId

The peer vlan ID of the attachment.

Declaration
[JsonProperty("peerVlanId")]
public virtual long? PeerVlanId { get; set; }
Property Value
Type Description
long?

QosPolicy

The QOS policy applied to this VLAN attachment. This value should be preferred to using qos at vrf level.

Declaration
[JsonProperty("qosPolicy")]
public virtual QosPolicy QosPolicy { get; set; }
Property Value
Type Description
QosPolicy

RouterIp

The router IP of the attachment.

Declaration
[JsonProperty("routerIp")]
public virtual string RouterIp { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX