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 information for the `VRF` class within the Google Cloud Bare Metal Solution v2 API, specifically version 1.6.0."],["The `VRF` class represents a network VRF and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document covers the available versions of the VRF class, showing that version 1.7.0 is the latest, while also showing the older versions, back to version 1.0.0."],["The `VRF` class has properties like `Name`, `QosPolicy`, `State`, and `VlanAttachments`, allowing configuration of its network behavior and features."],["The `VRF` class includes two constructors: a default constructor `VRF()` and a constructor allowing cloning with `VRF(VRF other)`."]]],[]]