public sealed class AwsNodePoolAutoscaling : IMessage<AwsNodePoolAutoscaling>, IEquatable<AwsNodePoolAutoscaling>, IDeepCloneable<AwsNodePoolAutoscaling>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class AwsNodePoolAutoscaling.
AwsNodePoolAutoscaling contains information required by cluster autoscaler to adjust the size of the node pool to the current cluster usage.
Implements
IMessageAwsNodePoolAutoscaling, IEquatableAwsNodePoolAutoscaling, IDeepCloneableAwsNodePoolAutoscaling, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
AwsNodePoolAutoscaling()
public AwsNodePoolAutoscaling()
AwsNodePoolAutoscaling(AwsNodePoolAutoscaling)
public AwsNodePoolAutoscaling(AwsNodePoolAutoscaling other)
Parameter | |
---|---|
Name | Description |
other |
AwsNodePoolAutoscaling |
Properties
MaxNodeCount
public int MaxNodeCount { get; set; }
Required. Maximum number of nodes in the node pool. Must be greater than or equal to min_node_count and less than or equal to 50.
Property Value | |
---|---|
Type | Description |
int |
MinNodeCount
public int MinNodeCount { get; set; }
Required. Minimum number of nodes in the node pool. Must be greater than or equal to 1 and less than or equal to max_node_count.
Property Value | |
---|---|
Type | Description |
int |