Reference documentation and code samples for the Distributed Cloud Edge Container V1 API class Google::Cloud::EdgeContainer::V1::ListClustersResponse.
List of clusters in a location.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#clusters
def clusters() -> ::Array<::Google::Cloud::EdgeContainer::V1::Cluster>
Returns
- (::Array<::Google::Cloud::EdgeContainer::V1::Cluster>) — Clusters in the location.
#clusters=
def clusters=(value) -> ::Array<::Google::Cloud::EdgeContainer::V1::Cluster>
Parameter
- value (::Array<::Google::Cloud::EdgeContainer::V1::Cluster>) — Clusters in the location.
Returns
- (::Array<::Google::Cloud::EdgeContainer::V1::Cluster>) — Clusters in the location.
#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.
#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.