class Google::Apis::ContainerV1::ListNodePoolsResponse

ListNodePoolsResponse is the result of ListNodePoolsRequest.

Attributes

node_pools[RW]

A list of node pools for a cluster. Corresponds to the JSON property `nodePools` @return [Array<Google::Apis::ContainerV1::NodePool>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/container_v1/classes.rb, line 2051
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/container_v1/classes.rb, line 2056
def update!(**args)
  @node_pools = args[:node_pools] if args.key?(:node_pools)
end