Show / Hide Table of Contents

Class BasicAutoscalingAlgorithm

Basic algorithm for autoscaling.

Inheritance
System.Object
BasicAutoscalingAlgorithm
Implements
Google.Apis.Requests.IDirectResponseSchema
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.v1beta2.Data
Assembly: Google.Apis.Dataproc.v1beta2.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

Optional. YARN autoscaling configuration.

Declaration
[JsonProperty("yarnConfig")]
public virtual BasicYarnAutoscalingConfig YarnConfig { get; set; }
Property Value
Type Description
BasicYarnAutoscalingConfig

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top