public sealed class ListClustersRequest : IMessage<ListClustersRequest>, IEquatable<ListClustersRequest>, IDeepCloneable<ListClustersRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class ListClustersRequest.
ListClustersRequest lists clusters.
Implements
IMessageListClustersRequest, IEquatableListClustersRequest, IDeepCloneableListClustersRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
ListClustersRequest()
public ListClustersRequest()
ListClustersRequest(ListClustersRequest)
public ListClustersRequest(ListClustersRequest other)
Parameter | |
---|---|
Name | Description |
other | ListClustersRequest |
Properties
Parent
public string Parent { get; set; }
The parent (project and location) where the clusters will be listed.
Specified in the format projects/*/locations/*
.
Location "-" matches all zones and all regions.
Property Value | |
---|---|
Type | Description |
string |
ProjectId
[Obsolete]
public string ProjectId { get; set; }
Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the parent field.
Property Value | |
---|---|
Type | Description |
string |
Zone
[Obsolete]
public string Zone { get; set; }
Deprecated. The name of the Google Compute Engine zone in which the cluster resides, or "-" for all zones. This field has been deprecated and replaced by the parent field.
Property Value | |
---|---|
Type | Description |
string |