public sealed class ResourceManagerTags : IMessage<ResourceManagerTags>, IEquatable<ResourceManagerTags>, IDeepCloneable<ResourceManagerTags>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class ResourceManagerTags.
A map of resource manager tag keys and values to be attached to the nodes
for managing Compute Engine firewalls using Network Firewall Policies.
Tags must be according to specifications in
https://cloud.google.com/vpc/docs/tags-firewalls-overview#specifications.
A maximum of 5 tag key-value pairs can be specified.
Existing tags will be replaced with new values.
[[["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-21 UTC."],[[["This webpage provides documentation for the `ResourceManagerTags` class within the Google Kubernetes Engine v1 API for .NET."],["The latest version of `ResourceManagerTags` is 3.33.0, and previous versions are also available, ranging down to version 2.3.0."],["`ResourceManagerTags` is used to manage Compute Engine firewalls via Network Firewall Policies by attaching resource manager tag keys and values to nodes, with a maximum of 5 tag key-value pairs allowed."],["The `Tags` property within `ResourceManagerTags` allows the use of a `MapField` to define the tag keys and values, which must adhere to specific formatting conventions."],["The ResourceManagerTags class has constructors to allow for the creation of a new instance, as well as to create one by copying the values of another instance."]]],[]]