Class AutoscalingTargets (2.7.0)

public sealed class AutoscalingTargets : IMessage<AutoscalingTargets>, IEquatable<AutoscalingTargets>, IDeepCloneable<AutoscalingTargets>, IBufferMessage, IMessage

The Autoscaling targets for a Cluster. These determine the recommended nodes.

Inheritance

Object > AutoscalingTargets

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

AutoscalingTargets()

public AutoscalingTargets()

AutoscalingTargets(AutoscalingTargets)

public AutoscalingTargets(AutoscalingTargets other)
Parameter
NameDescription
otherAutoscalingTargets

Properties

CpuUtilizationPercent

public int CpuUtilizationPercent { get; set; }

The cpu utilization that the Autoscaler should be trying to achieve. This number is on a scale from 0 (no utilization) to 100 (total utilization).

Property Value
TypeDescription
Int32