Class: Google::Apis::ContainerV1beta1::ListAggregatedClustersResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable
Defined in:
generated/google/apis/container_v1beta1/classes.rb,
generated/google/apis/container_v1beta1/representations.rb,
generated/google/apis/container_v1beta1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListAggregatedClustersResponse

Returns a new instance of ListAggregatedClustersResponse.



210
211
212
# File 'generated/google/apis/container_v1beta1/classes.rb', line 210

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#clustersArray<Google::Apis::ContainerV1beta1::Cluster>

A list of clusters in the project, across all zones. Corresponds to the JSON property clusters



208
209
210
# File 'generated/google/apis/container_v1beta1/classes.rb', line 208

def clusters
  @clusters
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



215
216
217
# File 'generated/google/apis/container_v1beta1/classes.rb', line 215

def update!(**args)
  @clusters = args[:clusters] unless args[:clusters].nil?
end