public sealed class ListClustersResponse : IMessage<ListClustersResponse>, IEquatable<ListClustersResponse>, IDeepCloneable<ListClustersResponse>, IBufferMessage, IMessage, IPageResponse<Cluster>, IEnumerable<Cluster>, IEnumerableReference documentation and code samples for the Cluster Director v1beta API class ListClustersResponse.
Response message for [ListClusters][google.cloud.hypercomputecluster.v1beta.HypercomputeCluster.ListClusters].
Implements
IMessageListClustersResponse, IEquatableListClustersResponse, IDeepCloneableListClustersResponse, IBufferMessage, IMessage, IPageResponseCluster, IEnumerableCluster, IEnumerableNamespace
Google.Cloud.HypercomputeCluster.V1BetaAssembly
Google.Cloud.HypercomputeCluster.V1Beta.dll
Constructors
ListClustersResponse()
public ListClustersResponse()ListClustersResponse(ListClustersResponse)
public ListClustersResponse(ListClustersResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListClustersResponse |
Properties
Clusters
public RepeatedField<Cluster> Clusters { get; }Clusters in the specified location.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldCluster |
|
NextPageToken
public string NextPageToken { get; set; }A token that can be sent as page_token to retrieve the next page. If this
field is absent, there are no subsequent pages.
| 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 |
|