Struct google_container1::ListClustersResponse[][src]

pub struct ListClustersResponse {
    pub missing_zones: Option<Vec<String>>,
    pub clusters: Option<Vec<Cluster>>,
}

ListClustersResponse is the result of ListClustersRequest.

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).

Fields

If any zones are listed here, the list of clusters returned may be missing those zones.

A list of clusters in the project in the specified zone, or across all ones.

Trait Implementations

impl Default for ListClustersResponse
[src]

Returns the "default value" for a type. Read more

impl Clone for ListClustersResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListClustersResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for ListClustersResponse
[src]

Auto Trait Implementations