Struct google_container1::ListNodePoolsResponse [−][src]
ListNodePoolsResponse is the result of ListNodePoolsRequest.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- zones clusters node pools list projects (response)
- locations clusters node pools list projects (response)
Fields
node_pools: Option<Vec<NodePool>>
A list of node pools for a cluster.
Trait Implementations
impl Default for ListNodePoolsResponse[src]
impl Default for ListNodePoolsResponsefn default() -> ListNodePoolsResponse[src]
fn default() -> ListNodePoolsResponseReturns the "default value" for a type. Read more
impl Clone for ListNodePoolsResponse[src]
impl Clone for ListNodePoolsResponsefn clone(&self) -> ListNodePoolsResponse[src]
fn clone(&self) -> ListNodePoolsResponseReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ListNodePoolsResponse[src]
impl Debug for ListNodePoolsResponsefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl ResponseResult for ListNodePoolsResponse[src]
impl ResponseResult for ListNodePoolsResponseAuto Trait Implementations
impl Send for ListNodePoolsResponse
impl Send for ListNodePoolsResponseimpl Sync for ListNodePoolsResponse
impl Sync for ListNodePoolsResponse