Anthos Multi-Cloud v1 API - Class ListAttachedClustersResponse (2.4.0)

public sealed class ListAttachedClustersResponse : IPageResponse<AttachedCluster>, IEnumerable<AttachedCluster>, IEnumerable, IMessage<ListAttachedClustersResponse>, IEquatable<ListAttachedClustersResponse>, IDeepCloneable<ListAttachedClustersResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Anthos Multi-Cloud v1 API class ListAttachedClustersResponse.

Response message for AttachedClusters.ListAttachedClusters method.

Inheritance

object > ListAttachedClustersResponse

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

ListAttachedClustersResponse()

public ListAttachedClustersResponse()

ListAttachedClustersResponse(ListAttachedClustersResponse)

public ListAttachedClustersResponse(ListAttachedClustersResponse other)
Parameter
NameDescription
otherListAttachedClustersResponse

Properties

AttachedClusters

public RepeatedField<AttachedCluster> AttachedClusters { get; }

A list of [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resources in the specified Google Cloud Platform project and region region.

Property Value
TypeDescription
RepeatedFieldAttachedCluster

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
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<AttachedCluster> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorAttachedCluster