Class: Google::Apis::ComputeAlpha::InstanceGroupManagerParams

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/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.



17689
17690
17691
# File 'lib/google/apis/compute_alpha/classes.rb', line 17689

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

Instance Attribute Details

#resource_manager_tagsHash<String,String>

Resource manager tags to be bound to the instance group manager. Tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/123, and values are in the format tagValues/456. The field is allowed for INSERT only. Corresponds to the JSON property resourceManagerTags

Returns:

  • (Hash<String,String>)


17687
17688
17689
# File 'lib/google/apis/compute_alpha/classes.rb', line 17687

def resource_manager_tags
  @resource_manager_tags
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



17694
17695
17696
# File 'lib/google/apis/compute_alpha/classes.rb', line 17694

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