Show / Hide Table of Contents

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.

Inheritance
object
AutoscalingPolicySignalAggregation
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX