Google Cloud Bigtable Administration v2 API - Class AutoscalingLimits (3.14.0)

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.

Inheritance

object > AutoscalingLimits

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

AutoscalingLimits()

public AutoscalingLimits()

AutoscalingLimits(AutoscalingLimits)

public AutoscalingLimits(AutoscalingLimits other)
Parameter
NameDescription
otherAutoscalingLimits

Properties

MaxServeNodes

public int MaxServeNodes { get; set; }

Required. Maximum number of nodes to scale up to.

Property Value
TypeDescription
int

MinServeNodes

public int MinServeNodes { get; set; }

Required. Minimum number of nodes to scale down to.

Property Value
TypeDescription
int