VlanAttachmentResponse

data class VlanAttachmentResponse(val pairingKey: String, val peerIp: String, val peerVlanId: String, val qosPolicy: QosPolicyResponse, val routerIp: String)

VLAN attachment details.

Constructors

Link copied to clipboard
constructor(pairingKey: String, peerIp: String, peerVlanId: String, qosPolicy: QosPolicyResponse, routerIp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Input only. Pairing key.

Link copied to clipboard

The peer IP of the attachment.

Link copied to clipboard

The peer vlan ID of the attachment.

Link copied to clipboard

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

Link copied to clipboard

The router IP of the attachment.