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."],[[["The latest version available for `DiskParams` in the Compute Engine v1 API is 3.6.0, with a range of versions from 1.0.0 to 3.6.0 being listed for reference."],["`DiskParams` is a class within the `Google.Cloud.Compute.V1` namespace and is part of the Compute Engine v1 API, specifically dealing with additional disk parameters."],["The `DiskParams` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for robust functionality."],["`DiskParams` has two constructors: a default constructor `DiskParams()` and a copy constructor `DiskParams(DiskParams other)`."],["It includes the `ResourceManagerTags` property of type `MapField\u003cstring, string\u003e`, to be bound to the disk, with specific key and value formatting requirements."]]],[]]