public MapField<string, string> ResourceManagerTags { get; }
Resource manager tags to be bound to the instance. 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 documentation for the `InstanceParams` class within the `Google.Cloud.Compute.V1` namespace, detailing its implementation and usage across various versions."],["The latest version of `InstanceParams` available is 3.6.0, and the page also documents older versions, tracing back to version 1.0.0."],["The `InstanceParams` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Google Cloud Compute .NET library."],["The class `InstanceParams` has a property `ResourceManagerTags` which is a map field of string key value pairs that represents the tags bound to an instance."],["The `InstanceParams` class is constructed using either a parameterless constructor `InstanceParams()` or a constructor with `InstanceParams other` as a parameter."]]],[]]