Google Kubernetes Engine v1 API - Class DeleteNodePoolRequest (3.19.0)

public sealed class DeleteNodePoolRequest : IMessage<DeleteNodePoolRequest>, IEquatable<DeleteNodePoolRequest>, IDeepCloneable<DeleteNodePoolRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class DeleteNodePoolRequest.

DeleteNodePoolRequest deletes a node pool for a cluster.

Inheritance

object > DeleteNodePoolRequest

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

DeleteNodePoolRequest()

public DeleteNodePoolRequest()

DeleteNodePoolRequest(DeleteNodePoolRequest)

public DeleteNodePoolRequest(DeleteNodePoolRequest other)
Parameter
NameDescription
otherDeleteNodePoolRequest

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

Name

public string Name { get; set; }

The name (project, location, cluster, node pool id) of the node pool to delete. Specified in the format projects/*/locations/*/clusters/*/nodePools/*.

Property Value
TypeDescription
string

NodePoolId

[Obsolete]
public string NodePoolId { get; set; }

Deprecated. The name of the node pool to delete. This field has been deprecated and replaced by the name field.

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 name 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. This field has been deprecated and replaced by the name field.

Property Value
TypeDescription
string