Class: Google::Cloud::Container::V1beta1::ResourceManagerTags

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

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.

Defined Under Namespace

Classes: TagsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#tags::Google::Protobuf::Map{::String => ::String}

Returns Tags must be in one of the following formats ([KEY]=[VALUE])

  1. tagKeys/{tag_key_id}=tagValues/{tag_value_id}
  2. {org_id}/{tag_key_name}={tag_value_name}
  3. {project_id}/{tag_key_name}={tag_value_name}.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    Tags must be in one of the following formats ([KEY]=[VALUE])

    1. tagKeys/{tag_key_id}=tagValues/{tag_value_id}
    2. {org_id}/{tag_key_name}={tag_value_name}
    3. {project_id}/{tag_key_name}={tag_value_name}


6140
6141
6142
6143
6144
6145
6146
6147
6148
6149
6150
6151
6152
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 6140

class ResourceManagerTags
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class TagsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end