Class BasicAutoscalingAlgorithm
Basic algorithm for autoscaling.
Inheritance
System.Object
BasicAutoscalingAlgorithm
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class BasicAutoscalingAlgorithm : IDirectResponseSchema
Properties
CooldownPeriod
Optional. Duration between scaling events. A scaling period starts after the update operation from the previous event has completed.Bounds: 2m, 1d. Default: 2m.
Declaration
[JsonProperty("cooldownPeriod")]
public virtual object CooldownPeriod { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
YarnConfig
Required. YARN autoscaling configuration.
Declaration
[JsonProperty("yarnConfig")]
public virtual BasicYarnAutoscalingConfig YarnConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| BasicYarnAutoscalingConfig |