Class ReadPoolAutoScaleConfig
The read pool auto-scale configuration.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public class ReadPoolAutoScaleConfig : IDirectResponseSchema
Properties
DisableScaleIn
Indicates whether read pool auto scaling supports scale in operations (removing nodes).
Declaration
[JsonProperty("disableScaleIn")]
public virtual bool? DisableScaleIn { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Enabled
Indicates whether read pool auto scaling is enabled.
Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
MaxNodeCount
Maximum number of read pool nodes to be maintained.
Declaration
[JsonProperty("maxNodeCount")]
public virtual int? MaxNodeCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
MinNodeCount
Minimum number of read pool nodes to be maintained.
Declaration
[JsonProperty("minNodeCount")]
public virtual int? MinNodeCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ScaleInCooldownSeconds
The cooldown period for scale in operations.
Declaration
[JsonProperty("scaleInCooldownSeconds")]
public virtual int? ScaleInCooldownSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ScaleOutCooldownSeconds
The cooldown period for scale out operations.
Declaration
[JsonProperty("scaleOutCooldownSeconds")]
public virtual int? ScaleOutCooldownSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
TargetMetrics
Optional. Target metrics for read pool auto scaling.
Declaration
[JsonProperty("targetMetrics")]
public virtual IList<TargetMetric> TargetMetrics { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<TargetMetric> |