public sealed class Cluster.Types.ClusterAutoscalingConfig : IMessage<Cluster.Types.ClusterAutoscalingConfig>, IEquatable<Cluster.Types.ClusterAutoscalingConfig>, IDeepCloneable<Cluster.Types.ClusterAutoscalingConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Bigtable Administration v2 API class Cluster.Types.ClusterAutoscalingConfig.
Autoscaling config for a cluster.
Implements
IMessageClusterTypesClusterAutoscalingConfig, IEquatableClusterTypesClusterAutoscalingConfig, IDeepCloneableClusterTypesClusterAutoscalingConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
ClusterAutoscalingConfig()
public ClusterAutoscalingConfig()ClusterAutoscalingConfig(ClusterAutoscalingConfig)
public ClusterAutoscalingConfig(Cluster.Types.ClusterAutoscalingConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ClusterTypesClusterAutoscalingConfig |
Properties
AutoscalingLimits
public AutoscalingLimits AutoscalingLimits { get; set; }Required. Autoscaling limits for this cluster.
| Property Value | |
|---|---|
| Type | Description |
AutoscalingLimits |
|
AutoscalingTargets
public AutoscalingTargets AutoscalingTargets { get; set; }Required. Autoscaling targets for this cluster.
| Property Value | |
|---|---|
| Type | Description |
AutoscalingTargets |
|