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
8866 8867 8868 |
# File 'generated/google/apis/compute_beta/classes.rb', line 8866 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
8864 8865 8866 |
# File 'generated/google/apis/compute_beta/classes.rb', line 8864 def managed_instances @managed_instances end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8871 8872 8873 |
# File 'generated/google/apis/compute_beta/classes.rb', line 8871 def update!(**args) @managed_instances = args[:managed_instances] if args.key?(:managed_instances) end |