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-04-02 UTC."],[[["The documentation covers various versions of the `InstanceParams` class within the Google Cloud Compute Engine v1 API, ranging from version 1.0.0 up to the latest version 3.6.0."],["`InstanceParams` is a class used in the Compute Engine v1 API, that implements several interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `InstanceParams` class allows setting resource manager tags for an instance, using key-value pairs defined in the format `tagKeys/{tag_key_id}` and `tagValues/456` respectively, and is empty by default."],["The document also shows the class's constructors and lists inherited members from the Object class, which are GetHashCode, GetType, MemberwiseClone, and ToString."],["The class `InstanceParams` is located within the `Google.Cloud.Compute.V1` namespace and is found in the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]