Class: Google::Apis::ComputeBeta::RegionInstanceGroupManagersListInstancesResponse
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::RegionInstanceGroupManagersListInstancesResponse
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
-
#managed_instances ⇒ Array<Google::Apis::ComputeBeta::ManagedInstance>
List of managed instances.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RegionInstanceGroupManagersListInstancesResponse
constructor
A new instance of RegionInstanceGroupManagersListInstancesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ RegionInstanceGroupManagersListInstancesResponse
Returns a new instance of RegionInstanceGroupManagersListInstancesResponse.
7381 7382 7383 |
# File 'generated/google/apis/compute_beta/classes.rb', line 7381 def initialize(**args) update!(**args) end |
Instance Attribute Details
#managed_instances ⇒ Array<Google::Apis::ComputeBeta::ManagedInstance>
List of managed instances.
Corresponds to the JSON property managedInstances
7379 7380 7381 |
# File 'generated/google/apis/compute_beta/classes.rb', line 7379 def managed_instances @managed_instances end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7386 7387 7388 |
# File 'generated/google/apis/compute_beta/classes.rb', line 7386 def update!(**args) @managed_instances = args[:managed_instances] if args.key?(:managed_instances) end |