public sealed class AutoscalingLimits : IMessage<AutoscalingLimits>, IEquatable<AutoscalingLimits>, IDeepCloneable<AutoscalingLimits>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class AutoscalingLimits.
Limits for the number of nodes a Cluster can autoscale up/down to.
Implements
IMessageAutoscalingLimits, IEquatableAutoscalingLimits, IDeepCloneableAutoscalingLimits, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
AutoscalingLimits()
public AutoscalingLimits()
AutoscalingLimits(AutoscalingLimits)
public AutoscalingLimits(AutoscalingLimits other)
Parameter | |
---|---|
Name | Description |
other |
AutoscalingLimits |
Properties
MaxServeNodes
public int MaxServeNodes { get; set; }
Required. Maximum number of nodes to scale up to.
Property Value | |
---|---|
Type | Description |
int |
MinServeNodes
public int MinServeNodes { get; set; }
Required. Minimum number of nodes to scale down to.
Property Value | |
---|---|
Type | Description |
int |