Google Cloud Bigtable Administration v2 API - Class Cluster.Types.ClusterAutoscalingConfig (3.14.0)

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

Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class Cluster.Types.ClusterAutoscalingConfig.

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(ClusterAutoscalingConfig)

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

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