Show / Hide Table of Contents

Class BasicAutoscalingAlgorithm

Basic algorithm for autoscaling.

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

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SparkStandaloneConfig

Optional. Spark Standalone autoscaling configuration

Declaration
[JsonProperty("sparkStandaloneConfig")]
public virtual SparkStandaloneAutoscalingConfig SparkStandaloneConfig { get; set; }
Property Value
Type Description
SparkStandaloneAutoscalingConfig

YarnConfig

Optional. YARN autoscaling configuration.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX