public sealed class ListClustersRequest : IMessage<ListClustersRequest>, IEquatable<ListClustersRequest>, IDeepCloneable<ListClustersRequest>, IBufferMessage, IMessage
ListClustersRequest lists clusters.
Implements
IMessage<ListClustersRequest>, IEquatable<ListClustersRequest>, IDeepCloneable<ListClustersRequest>, 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 |