Class: Google::Apis::ComputeV1::RegionInstanceGroupManagersListInstancesResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ComputeV1::RegionInstanceGroupManagersListInstancesResponse
 
- Defined in:
- generated/google/apis/compute_v1/classes.rb,
 generated/google/apis/compute_v1/representations.rb,
 generated/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
- 
  
    
      #managed_instances  ⇒ Array<Google::Apis::ComputeV1::ManagedInstance> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A 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
| 12968 12969 12970 | # File 'generated/google/apis/compute_v1/classes.rb', line 12968 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#managed_instances ⇒ Array<Google::Apis::ComputeV1::ManagedInstance>
A list of managed instances.
Corresponds to the JSON property managedInstances
| 12966 12967 12968 | # File 'generated/google/apis/compute_v1/classes.rb', line 12966 def managed_instances @managed_instances end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 12973 12974 12975 | # File 'generated/google/apis/compute_v1/classes.rb', line 12973 def update!(**args) @managed_instances = args[:managed_instances] if args.key?(:managed_instances) end |