VMware Engine v1 API - Class ListClustersResponse (1.0.0-beta02)

public sealed class ListClustersResponse : IMessage<ListClustersResponse>, IEquatable<ListClustersResponse>, IDeepCloneable<ListClustersResponse>, IBufferMessage, IMessage, IPageResponse<Cluster>, IEnumerable<Cluster>, IEnumerable

Reference documentation and code samples for the VMware Engine v1 API class ListClustersResponse.

Response message for [VmwareEngine.ListClusters][google.cloud.vmwareengine.v1.VmwareEngine.ListClusters]

Inheritance

Object > ListClustersResponse

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

ListClustersResponse()

public ListClustersResponse()

ListClustersResponse(ListClustersResponse)

public ListClustersResponse(ListClustersResponse other)
Parameter
NameDescription
otherListClustersResponse

Properties

Clusters

public RepeatedField<Cluster> Clusters { get; }

A list of private cloud clusters.

Property Value
TypeDescription
RepeatedField<Cluster>

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
TypeDescription
String

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached when making an aggregated query using wildcards.

Property Value
TypeDescription
RepeatedField<String>

Methods

GetEnumerator()

public IEnumerator<Cluster> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Cluster>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator