Class: Google::Apis::ComputeBeta::InstanceGroupManagerParams
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::InstanceGroupManagerParams
- 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
-
#resource_manager_tags ⇒ Hash<String,String>
Resource manager tags to bind to the managed instance group.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InstanceGroupManagerParams
constructor
A new instance of InstanceGroupManagerParams.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InstanceGroupManagerParams
Returns a new instance of InstanceGroupManagerParams.
16714 16715 16716 |
# File 'lib/google/apis/compute_beta/classes.rb', line 16714 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource_manager_tags ⇒ Hash<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
16712 16713 16714 |
# File 'lib/google/apis/compute_beta/classes.rb', line 16712 def @resource_manager_tags end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16719 16720 16721 |
# File 'lib/google/apis/compute_beta/classes.rb', line 16719 def update!(**args) @resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags) end |