Class: Google::Apis::ContainerV1::NetworkTags

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/container_v1/classes.rb,
lib/google/apis/container_v1/representations.rb,
lib/google/apis/container_v1/representations.rb

Overview

Collection of Compute Engine network tags that can be applied to a node's underlying VM instance.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ NetworkTags

Returns a new instance of NetworkTags.



3970
3971
3972
# File 'lib/google/apis/container_v1/classes.rb', line 3970

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#tagsArray<String>

List of network tags. Corresponds to the JSON property tags

Returns:

  • (Array<String>)


3968
3969
3970
# File 'lib/google/apis/container_v1/classes.rb', line 3968

def tags
  @tags
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3975
3976
3977
# File 'lib/google/apis/container_v1/classes.rb', line 3975

def update!(**args)
  @tags = args[:tags] if args.key?(:tags)
end