public sealed class SetNodePoolManagementRequest : IMessage<SetNodePoolManagementRequest>, IEquatable<SetNodePoolManagementRequest>, IDeepCloneable<SetNodePoolManagementRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class SetNodePoolManagementRequest.
SetNodePoolManagementRequest sets the node management properties of a node pool.
Implements
IMessageSetNodePoolManagementRequest, IEquatableSetNodePoolManagementRequest, IDeepCloneableSetNodePoolManagementRequest, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.ContainerV1Assembly
Google.Cloud.Container.V1.dll
Constructors
SetNodePoolManagementRequest()
public SetNodePoolManagementRequest()SetNodePoolManagementRequest(SetNodePoolManagementRequest)
public SetNodePoolManagementRequest(SetNodePoolManagementRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | SetNodePoolManagementRequest | 
Properties
ClusterId
[Obsolete]
public string ClusterId { get; set; }Deprecated. The name of the cluster to update. This field has been deprecated and replaced by the name field.
| Property Value | |
|---|---|
| Type | Description | 
| string | |
Management
public NodeManagement Management { get; set; }Required. NodeManagement configuration for the node pool.
| Property Value | |
|---|---|
| Type | Description | 
| NodeManagement | |
Name
public string Name { get; set; }The name (project, location, cluster, node pool id) of the node pool to set
management properties. 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 to update. 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 | |