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.
17281 17282 17283 |
# File 'lib/google/apis/compute_beta/classes.rb', line 17281 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
17279 17280 17281 |
# File 'lib/google/apis/compute_beta/classes.rb', line 17279 def @resource_manager_tags end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17286 17287 17288 |
# File 'lib/google/apis/compute_beta/classes.rb', line 17286 def update!(**args) @resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags) end |