Reference documentation and code samples for the Distributed Cloud Edge Container V1 API class Google::Cloud::EdgeContainer::V1::ListNodePoolsResponse.
List of node pools in a cluster.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token to retrieve next page of results.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token to retrieve next page of results.
Returns
- (::String) — A token to retrieve next page of results.
#node_pools
def node_pools() -> ::Array<::Google::Cloud::EdgeContainer::V1::NodePool>
Returns
- (::Array<::Google::Cloud::EdgeContainer::V1::NodePool>) — Node pools in the cluster.
#node_pools=
def node_pools=(value) -> ::Array<::Google::Cloud::EdgeContainer::V1::NodePool>
Parameter
- value (::Array<::Google::Cloud::EdgeContainer::V1::NodePool>) — Node pools in the cluster.
Returns
- (::Array<::Google::Cloud::EdgeContainer::V1::NodePool>) — Node pools in the cluster.
#unreachable
def unreachable() -> ::Array<::String>
Returns
- (::Array<::String>) — Locations that could not be reached.
#unreachable=
def unreachable=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Locations that could not be reached.
Returns
- (::Array<::String>) — Locations that could not be reached.