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.



17646
17647
17648
# File 'lib/google/apis/compute_alpha/classes.rb', line 17646

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>)


17644
17645
17646
# File 'lib/google/apis/compute_alpha/classes.rb', line 17644

def resource_manager_tags
  @resource_manager_tags
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



17651
17652
17653
# File 'lib/google/apis/compute_alpha/classes.rb', line 17651

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