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
fun VRFResponse(name: String, qosPolicy: QosPolicyResponse, state: String, vlanAttachments: List<VlanAttachmentResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the VRF.

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 possible state of VRF.

Link copied to clipboard

The list of VLAN attachments for the VRF.