VRFResponse
data class VRFResponse(val name: String, val qosPolicy: QosPolicyResponse, val state: String, val vlanAttachments: List<VlanAttachmentResponse>)
A network VRF.
Constructors
Link copied to clipboard
constructor(name: String, qosPolicy: QosPolicyResponse, state: String, vlanAttachments: List<VlanAttachmentResponse>)
Properties
Link copied to clipboard
The QOS policy applied to this VRF. The value is only meaningful when all the vlan attachments have the same QoS. This field should not be used for new integrations, use vlan attachment level qos instead. The field is left for backward-compatibility.
Link copied to clipboard
The list of VLAN attachments for the VRF.