Show / Hide Table of Contents

Class AutoscalingPolicyTimeAggregation

Defines how scaling signal is aggregated over a time window. Operates on all signal samples produced over the time_window_sec, reducing them to exactly one value.

Inheritance
object
AutoscalingPolicyTimeAggregation
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 AutoscalingPolicyTimeAggregation : 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 over the time_window_sec. This field is required.

Declaration
[JsonProperty("statistic")]
public virtual string Statistic { get; set; }
Property Value
Type Description
string

TimeWindowSec

Required. The duration of the time window over which the signal samples are aggregated. This field is required.

Declaration
[JsonProperty("timeWindowSec")]
public virtual int? TimeWindowSec { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX