Kubernetes Engine V1beta1 API - Class Google::Cloud::Container::V1beta1::ResourceManagerTags (v0.39.0)

Reference documentation and code samples for the Kubernetes Engine V1beta1 API class Google::Cloud::Container::V1beta1::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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#tags

def tags() -> ::Google::Protobuf::Map{::String => ::String}
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}

#tags=

def tags=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::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}
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}