Class: Google::Apis::ComputeBeta::InstanceGroupManagerParams

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

Overview

Input only additional params for instance group manager creation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InstanceGroupManagerParams

Returns a new instance of InstanceGroupManagerParams.



16607
16608
16609
# File 'lib/google/apis/compute_beta/classes.rb', line 16607

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

Instance Attribute Details

#resource_manager_tagsHash<String,String>

Resource manager tags to bind to the managed instance group. The tags are key- value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456. For more information, see Manage tags for resources. Corresponds to the JSON property resourceManagerTags

Returns:

  • (Hash<String,String>)


16605
16606
16607
# File 'lib/google/apis/compute_beta/classes.rb', line 16605

def resource_manager_tags
  @resource_manager_tags
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



16612
16613
16614
# File 'lib/google/apis/compute_beta/classes.rb', line 16612

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