Class: Google::Container::V1::ListClustersResponse
- Inherits:
-
Object
- Object
- Google::Container::V1::ListClustersResponse
- Defined in:
- lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb
Overview
ListClustersResponse is the result of ListClustersRequest.
Instance Attribute Summary collapse
-
#clusters ⇒ Array<Google::Container::V1::Cluster>
A list of clusters in the project in the specified zone, or across all ones.
-
#missing_zones ⇒ Array<String>
If any zones are listed here, the list of clusters returned may be missing those zones.
Instance Attribute Details
#clusters ⇒ Array<Google::Container::V1::Cluster>
Returns A list of clusters in the project in the specified zone, or across all ones.
999 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 999 class ListClustersResponse; end |
#missing_zones ⇒ Array<String>
Returns If any zones are listed here, the list of clusters returned may be missing those zones.
999 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 999 class ListClustersResponse; end |