public sealed class ListNodePoolsRequest : IMessage<ListNodePoolsRequest>, IEquatable<ListNodePoolsRequest>, IDeepCloneable<ListNodePoolsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class ListNodePoolsRequest.
ListNodePoolsRequest lists the node pool(s) for a cluster.
Implements
IMessageListNodePoolsRequest, IEquatableListNodePoolsRequest, IDeepCloneableListNodePoolsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
ListNodePoolsRequest()
public ListNodePoolsRequest()ListNodePoolsRequest(ListNodePoolsRequest)
public ListNodePoolsRequest(ListNodePoolsRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        ListNodePoolsRequest | 
      
Properties
ClusterId
[Obsolete]
public string ClusterId { get; set; }Deprecated. The name of the cluster. This field has been deprecated and replaced by the parent field.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
Parent
public string Parent { get; set; }The parent (project, location, cluster name) where the node pools will be
listed. Specified in the format projects/*/locations/*/clusters/*.
| 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. This field has been deprecated and replaced by the parent field.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |