Class: Google::Apis::ContainerV1::ListNodePoolsResponse

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

Overview

ListNodePoolsResponse is the result of ListNodePoolsRequest.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

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

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListNodePoolsResponse

Returns a new instance of ListNodePoolsResponse.



734
735
736
# File 'generated/google/apis/container_v1/classes.rb', line 734

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

Instance Attribute Details

#node_poolsArray<Google::Apis::ContainerV1::NodePool>

A list of node pools for a cluster. Corresponds to the JSON property nodePools



732
733
734
# File 'generated/google/apis/container_v1/classes.rb', line 732

def node_pools
  @node_pools
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



739
740
741
# File 'generated/google/apis/container_v1/classes.rb', line 739

def update!(**args)
  @node_pools = args[:node_pools] if args.key?(:node_pools)
end