Class AutoscalingPolicySignalAggregation
Defines how scaling signal is aggregated in a group. Operates on the results of the TimeAggregation, reducing
the per-instance values down to a single aggregate value across the entire instance group.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class AutoscalingPolicySignalAggregation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Percentile
If statistic is PERCENTILE, percentile must be defined. This value is used only when statistic is PERCENTILE.
Declaration
[JsonProperty("percentile")]
public virtual int? Percentile { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Statistic
Required. The aggregator used to aggregate signal samples across the entire instance group. This field is required.
Declaration
[JsonProperty("statistic")]
public virtual string Statistic { get; set; }
Property Value
| Type | Description |
|---|---|
| string |