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 document provides reference documentation for the `VRF` class within the Google Cloud Bare Metal Solution v2 API, with the latest version being 1.7.0."],["The `VRF` class represents a network VRF and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `VRF` class has properties such as `Name`, `QosPolicy`, `State`, and `VlanAttachments`, which describe the VRF's attributes and configuration."],["The assembly is found in `Google.Cloud.BareMetalSolution.V2.dll` within the namespace `Google.Cloud.BareMetalSolution.V2`."],["There are two constructors available for the class, `VRF()`, and `VRF(VRF other)` where the other parameter is of type `VRF`."]]],[]]