class Google::Apis::ContainerV1beta1::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::ContainerV1beta1::NodePool>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/container_v1beta1/classes.rb, line 2436 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_v1beta1/classes.rb, line 2441 def update!(**args) @node_pools = args[:node_pools] if args.key?(:node_pools) end