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."],[[["The latest version of the Google Cloud Container V1 API is 3.33.0, but this page is showing the documentation and references for version 3.22.0."],["This documentation details the `ResourceManagerTags` class, which is used for managing Compute Engine firewall tags with Network Firewall Policies."],["The `ResourceManagerTags` class allows a maximum of 5 tag key-value pairs and uses the format tagKeys/{tag_key_id}=tagValues/{tag_value_id}, {org_id}/{tag_key_name}={tag_value_name}, or {project_id}/{tag_key_name}={tag_value_name}."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The documentation provides a list of versions, from 3.33.0 down to 2.3.0, for the `ResourceManagerTags` class with associated links."]]],[]]