Class AutoscalingTargets
The autoscaling targets for an instance.
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class AutoscalingTargets : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HighPriorityCpuUtilizationPercent
Required. The target high priority cpu utilization percentage that the autoscaler should be trying to achieve for the instance. This number is on a scale from 0 (no utilization) to 100 (full utilization). The valid range is [10, 90] inclusive.
Declaration
[JsonProperty("highPriorityCpuUtilizationPercent")]
public virtual int? HighPriorityCpuUtilizationPercent { get; set; }
Property Value
Type | Description |
---|---|
int? |
StorageUtilizationPercent
Required. The target storage utilization percentage that the autoscaler should be trying to achieve for the instance. This number is on a scale from 0 (no utilization) to 100 (full utilization). The valid range is [10, 99] inclusive.
Declaration
[JsonProperty("storageUtilizationPercent")]
public virtual int? StorageUtilizationPercent { get; set; }
Property Value
Type | Description |
---|---|
int? |