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-04-09 UTC."],[[["The latest version of the Google.Cloud.Container.V1 API is 3.33.0, with documentation available for multiple previous versions, including 3.23.0."],["`ResourceManagerTags` is a class within the Google Kubernetes Engine v1 API, designed for managing Compute Engine firewalls via Network Firewall Policies."],["This class, `ResourceManagerTags`, allows you to attach up to five tag key-value pairs to nodes, and it replaces any existing tags with new values."],["`ResourceManagerTags` objects are clonable and comparable, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, and `IBufferMessage`."],["`Tags` is a property of the `ResourceManagerTags` class that specifies tag key and value pairs in one of three formats, with the values being of string type."]]],[]]