Class: Google::Apis::ContainerV1beta1::ListNodePoolsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1beta1::ListNodePoolsResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/container_v1beta1/classes.rb,
generated/google/apis/container_v1beta1/representations.rb,
generated/google/apis/container_v1beta1/representations.rb
Overview
ListNodePoolsResponse is the result of ListNodePoolsRequest.
Instance Attribute Summary collapse
-
#node_pools ⇒ Array<Google::Apis::ContainerV1beta1::NodePool>
A list of node pools for a cluster.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListNodePoolsResponse
constructor
A new instance of ListNodePoolsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ListNodePoolsResponse
Returns a new instance of ListNodePoolsResponse.
2163 2164 2165 |
# File 'generated/google/apis/container_v1beta1/classes.rb', line 2163 def initialize(**args) update!(**args) end |
Instance Attribute Details
#node_pools ⇒ Array<Google::Apis::ContainerV1beta1::NodePool>
A list of node pools for a cluster.
Corresponds to the JSON property nodePools
2161 2162 2163 |
# File 'generated/google/apis/container_v1beta1/classes.rb', line 2161 def node_pools @node_pools end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2168 2169 2170 |
# File 'generated/google/apis/container_v1beta1/classes.rb', line 2168 def update!(**args) @node_pools = args[:node_pools] if args.key?(:node_pools) end |