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-04-02 UTC."],[[["This webpage provides reference documentation for the `DiskParams` class within the Google Compute Engine v1 API, specifically for .NET developers."],["The latest version of `DiskParams` is 3.6.0, and the page lists all available versions, spanning from 1.0.0 to 3.6.0, with links to their respective documentation."],["`DiskParams` is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message manipulation, equality checks, deep cloning, and buffer operations."],["The `DiskParams` class has two constructors: a default constructor, `DiskParams()`, and a copy constructor, `DiskParams(DiskParams other)`."],["The `DiskParams` class includes the `ResourceManagerTags` property, which allows for binding resource manager tags to a disk, with specific formatting requirements for keys and values."]]],[]]