public sealed class ClusterAutoscalingConfig : IMessage<Cluster.Types.ClusterAutoscalingConfig>, IEquatable<Cluster.Types.ClusterAutoscalingConfig>, IDeepCloneable<Cluster.Types.ClusterAutoscalingConfig>, IBufferMessage, IMessage
Autoscaling config for a cluster.
Implements
IMessage<Cluster.Types.ClusterAutoscalingConfig>, IEquatable<Cluster.Types.ClusterAutoscalingConfig>, IDeepCloneable<Cluster.Types.ClusterAutoscalingConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
ClusterAutoscalingConfig()
public ClusterAutoscalingConfig()
ClusterAutoscalingConfig(Cluster.Types.ClusterAutoscalingConfig)
public ClusterAutoscalingConfig(Cluster.Types.ClusterAutoscalingConfig other)
Parameter | |
---|---|
Name | Description |
other | Cluster.Types.ClusterAutoscalingConfig |
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 |