Class SetNodePoolAutoscalingRequest
SetNodePoolAutoscalingRequest sets the autoscaler settings of a node pool.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.dll
Syntax
public class SetNodePoolAutoscalingRequest : IDirectResponseSchema
Properties
Autoscaling
Required. Autoscaling configuration for the node pool.
Declaration
[JsonProperty("autoscaling")]
public virtual NodePoolAutoscaling Autoscaling { get; set; }
Property Value
Type | Description |
---|---|
NodePoolAutoscaling |
ClusterId
Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.
Declaration
[JsonProperty("clusterId")]
public virtual string ClusterId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name (project, location, cluster, node pool) of the node pool to set autoscaler settings. Specified in
the format projects/*/locations/*/clusters/*/nodePools/*
.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
NodePoolId
Deprecated. The name of the node pool to upgrade. This field has been deprecated and replaced by the name field.
Declaration
[JsonProperty("nodePoolId")]
public virtual string NodePoolId { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectId
Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
Zone
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.
Declaration
[JsonProperty("zone")]
public virtual string Zone { get; set; }
Property Value
Type | Description |
---|---|
string |