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.
Implements
IMessage<ListClustersResponse>, IEquatable<ListClustersResponse>, IDeepCloneable<ListClustersResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.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 clusters in the project in the specified zone, or across all ones.
Property Value | |
---|---|
Type | Description |
RepeatedField<Cluster> |
MissingZones
public RepeatedField<string> MissingZones { get; }
If any zones are listed here, the list of clusters returned may be missing those zones.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |