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 documentation pertains to the `VRF` class within the `Google.Cloud.BareMetalSolution.V2` namespace, specifically for version 1.3.0 of the Bare Metal Solution v2 API."],["The `VRF` class represents a network VRF and inherits from `object`, while implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides constructors for creating `VRF` instances, either empty or by cloning an existing `VRF` object."],["Key properties of the `VRF` class include `Name` (a string), `QosPolicy` (a `VRF.Types.QosPolicy`), `State` (a `VRF.Types.State`), and `VlanAttachments` (a list of `VRF.Types.VlanAttachment`)."],["Version 1.7.0 is the latest available version, with multiple earlier versions also accessible for this specific class `VRF`."]]],[]]