public VRF.Types.QosPolicy QosPolicy { get; set; }
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides reference documentation for the `VRF` class within the Google Cloud Bare Metal Solution v2 API, specifically version 1.5.0."],["The `VRF` class represents a network VRF and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists the available constructors for the `VRF` class, including a default constructor and a copy constructor that takes another `VRF` object as a parameter."],["The `VRF` class includes properties such as `Name`, `QosPolicy`, `State`, and `VlanAttachments`, detailing the VRF's name, QoS policy, current state, and associated VLAN attachments, respectively."],["The documentation also includes a list of previous versions of the `VRF` class's API documentation, ranging from version 1.0.0 to 1.7.0."]]],[]]