public sealed class GetNodePoolRequest : IMessage<GetNodePoolRequest>, IEquatable<GetNodePoolRequest>, IDeepCloneable<GetNodePoolRequest>, IBufferMessage, IMessageGetNodePoolRequest retrieves a node pool for a cluster.
Implements
IMessage<GetNodePoolRequest>, IEquatable<GetNodePoolRequest>, IDeepCloneable<GetNodePoolRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
GetNodePoolRequest()
public GetNodePoolRequest()GetNodePoolRequest(GetNodePoolRequest)
public GetNodePoolRequest(GetNodePoolRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | GetNodePoolRequest | 
Properties
ClusterId
[Obsolete]
public string ClusterId { get; set; }Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.
| Property Value | |
|---|---|
| Type | Description | 
| String | |
Name
public string Name { get; set; }The name (project, location, cluster, node pool id) of the node pool to
get. Specified in the format
projects/*/locations/*/clusters/*/nodePools/*.
| Property Value | |
|---|---|
| Type | Description | 
| String | |
NodePoolId
[Obsolete]
public string NodePoolId { get; set; }Deprecated. The name of the node pool. This field has been deprecated and replaced by the name field.
| 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 name 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 name field.
| Property Value | |
|---|---|
| Type | Description | 
| String | |