public sealed class SetNodePoolSizeRequest : IMessage<SetNodePoolSizeRequest>, IEquatable<SetNodePoolSizeRequest>, IDeepCloneable<SetNodePoolSizeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class SetNodePoolSizeRequest.
SetNodePoolSizeRequest sets the size of a node pool.
Implements
IMessageSetNodePoolSizeRequest, IEquatableSetNodePoolSizeRequest, IDeepCloneableSetNodePoolSizeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
SetNodePoolSizeRequest()
public SetNodePoolSizeRequest()
SetNodePoolSizeRequest(SetNodePoolSizeRequest)
public SetNodePoolSizeRequest(SetNodePoolSizeRequest other)
Parameter | |
---|---|
Name | Description |
other |
SetNodePoolSizeRequest |
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 |
Name
public string Name { get; set; }
The name (project, location, cluster, node pool id) of the node pool to set
size.
Specified in the format projects/*/locations/*/clusters/*/nodePools/*
.
Property Value | |
---|---|
Type | Description |
string |
NodeCount
public int NodeCount { get; set; }
Required. The desired node count for the pool.
Property Value | |
---|---|
Type | Description |
int |
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 |