public sealed class ListClustersResponse : IMessage<ListClustersResponse>, IEquatable<ListClustersResponse>, IDeepCloneable<ListClustersResponse>, IBufferMessage, IMessage, IPageResponse<Cluster>, IEnumerable<Cluster>, IEnumerable
Reference documentation and code samples for the Google Cloud Memorystore for Redis (cluster management) v1 API class ListClustersResponse.
Response for [ListClusters][CloudRedis.ListClusters].
Implements
IMessageListClustersResponse, IEquatableListClustersResponse, IDeepCloneableListClustersResponse, IBufferMessage, IMessage, IPageResponseCluster, IEnumerableCluster, IEnumerableNamespace
Google.Cloud.Redis.Cluster.V1Assembly
Google.Cloud.Redis.Cluster.V1.dll
Constructors
ListClustersResponse()
public ListClustersResponse()
ListClustersResponse(ListClustersResponse)
public ListClustersResponse(ListClustersResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListClustersResponse |
Properties
Clusters
public RepeatedField<Cluster> Clusters { get; }
A list of Redis clusters in the project in the specified location, or across all locations.
If the location_id
in the parent field of the request is "-", all regions
available to the project are queried, and the results aggregated.
If in such an aggregated query a location is unavailable, a placeholder
Redis entry is included in the response with the name
field set to a
value of the form
projects/{project_id}/locations/{location_id}/clusters/
- and the
status
field set to ERROR and status_message
field set to "location not
available for ListClusters".
Property Value | |
---|---|
Type | Description |
RepeatedFieldCluster |
NextPageToken
public string NextPageToken { get; set; }
Token to retrieve the next page of results, or empty if there are no more results in the list.
Property Value | |
---|---|
Type | Description |
string |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<Cluster> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorCluster |