Google Kubernetes Engine v1 API - Class ListClustersRequest (3.19.0)

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.

Inheritance

object > ListClustersRequest

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

ListClustersRequest()

public ListClustersRequest()

ListClustersRequest(ListClustersRequest)

public ListClustersRequest(ListClustersRequest other)
Parameter
NameDescription
otherListClustersRequest

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
TypeDescription
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
TypeDescription
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
TypeDescription
string