public sealed class SetNodePoolAutoscalingRequest : IMessage<SetNodePoolAutoscalingRequest>, IEquatable<SetNodePoolAutoscalingRequest>, IDeepCloneable<SetNodePoolAutoscalingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class SetNodePoolAutoscalingRequest.
SetNodePoolAutoscalingRequest sets the autoscaler settings of a node pool.
Implements
IMessage<SetNodePoolAutoscalingRequest>, IEquatable<SetNodePoolAutoscalingRequest>, IDeepCloneable<SetNodePoolAutoscalingRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
SetNodePoolAutoscalingRequest()
public SetNodePoolAutoscalingRequest()
SetNodePoolAutoscalingRequest(SetNodePoolAutoscalingRequest)
public SetNodePoolAutoscalingRequest(SetNodePoolAutoscalingRequest other)
Parameter | |
---|---|
Name | Description |
other | SetNodePoolAutoscalingRequest |
Properties
Autoscaling
public NodePoolAutoscaling Autoscaling { get; set; }
Required. Autoscaling configuration for the node pool.
Property Value | |
---|---|
Type | Description |
NodePoolAutoscaling |
ClusterId
[Obsolete]
public string ClusterId { get; set; }
Deprecated. The name of the cluster to upgrade. 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) of the node pool to set
autoscaler settings. 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 upgrade. 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 |