Class: Google::Cloud::Container::V1beta1::ListClustersResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::ListClustersResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
ListClustersResponse is the result of ListClustersRequest.
Instance Attribute Summary collapse
-
#clusters ⇒ ::Array<::Google::Cloud::Container::V1beta1::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::Cloud::Container::V1beta1::Cluster>
Returns A list of clusters in the project in the specified zone, or across all ones.
2864 2865 2866 2867 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 2864 class ListClustersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#missing_zones ⇒ ::Array<::String>
Returns If any zones are listed here, the list of clusters returned may be missing those zones.
2864 2865 2866 2867 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 2864 class ListClustersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |