Google Kubernetes Engine v1 API - Class ListClustersResponse (3.13.0)

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

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

ListClustersResponse is the result of ListClustersRequest.

Inheritance

object > ListClustersResponse

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.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 clusters in the project in the specified zone, or across all ones.

Property Value
TypeDescription
RepeatedFieldCluster

MissingZones

public RepeatedField<string> MissingZones { get; }

If any zones are listed here, the list of clusters returned may be missing those zones.

Property Value
TypeDescription
RepeatedFieldstring