Class: Google::Apis::ComputeV1::InstanceGroupManagersPatchPerInstanceConfigsReq
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::InstanceGroupManagersPatchPerInstanceConfigsReq
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb
Overview
InstanceGroupManagers.patchPerInstanceConfigs
Instance Attribute Summary collapse
-
#per_instance_configs ⇒ Array<Google::Apis::ComputeV1::PerInstanceConfig>
The list of per-instance configurations to insert or patch on this managed instance group.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InstanceGroupManagersPatchPerInstanceConfigsReq
constructor
A new instance of InstanceGroupManagersPatchPerInstanceConfigsReq.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InstanceGroupManagersPatchPerInstanceConfigsReq
Returns a new instance of InstanceGroupManagersPatchPerInstanceConfigsReq.
17146 17147 17148 |
# File 'lib/google/apis/compute_v1/classes.rb', line 17146 def initialize(**args) update!(**args) end |
Instance Attribute Details
#per_instance_configs ⇒ Array<Google::Apis::ComputeV1::PerInstanceConfig>
The list of per-instance configurations to insert or patch on this managed
instance group.
Corresponds to the JSON property perInstanceConfigs
17144 17145 17146 |
# File 'lib/google/apis/compute_v1/classes.rb', line 17144 def per_instance_configs @per_instance_configs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17151 17152 17153 |
# File 'lib/google/apis/compute_v1/classes.rb', line 17151 def update!(**args) @per_instance_configs = args[:per_instance_configs] if args.key?(:per_instance_configs) end |