public MapField<string, string> ResourceManagerTags { get; }
Resource manager tags to be bound to the disk. Tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
[[["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-31 UTC."],[[["This webpage provides reference documentation for the `DiskParams` class within the Google Cloud Compute Engine v1 API, specifically for the .NET library."],["The latest version of the library is 3.6.0, and the page also lists previous versions, from 3.5.0 down to 1.0.0, each linked to its respective documentation."],["`DiskParams` is a class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DiskParams` class allows for the creation of disk parameters and includes properties such as `ResourceManagerTags`, which allows you to bind tags to a disk using a map field of string key-value pairs."],["The page lists the inherited members of `DiskParams` from the base `object` class including `GetHashCode`, `GetType`, and `ToString`, along with details about the class's constructors and assembly."]]],[]]