Class Cluster.Types.ClusterAutoscalingConfig (3.1.0)

public sealed class ClusterAutoscalingConfig : IMessage<Cluster.Types.ClusterAutoscalingConfig>, IEquatable<Cluster.Types.ClusterAutoscalingConfig>, IDeepCloneable<Cluster.Types.ClusterAutoscalingConfig>, IBufferMessage, IMessage

Autoscaling config for a cluster.

Inheritance

Object > Cluster.Types.ClusterAutoscalingConfig

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

ClusterAutoscalingConfig()

public ClusterAutoscalingConfig()

ClusterAutoscalingConfig(Cluster.Types.ClusterAutoscalingConfig)

public ClusterAutoscalingConfig(Cluster.Types.ClusterAutoscalingConfig other)
Parameter
NameDescription
otherCluster.Types.ClusterAutoscalingConfig

Properties

AutoscalingLimits

public AutoscalingLimits AutoscalingLimits { get; set; }

Required. Autoscaling limits for this cluster.

Property Value
TypeDescription
AutoscalingLimits

AutoscalingTargets

public AutoscalingTargets AutoscalingTargets { get; set; }

Required. Autoscaling targets for this cluster.

Property Value
TypeDescription
AutoscalingTargets