Show / Hide Table of Contents

Class ReadPoolAutoScaleConfig

The read pool auto-scale configuration.

Inheritance
object
ReadPoolAutoScaleConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX