Show / Hide Table of Contents

Class AutoscalingPolicyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AutoscalingPolicyArgs
Inherited Members
ResourceArgs.Empty
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: Pulumi.Gcp.Dataproc
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class AutoscalingPolicyArgs : ResourceArgs

Constructors

View Source

AutoscalingPolicyArgs()

Declaration
public AutoscalingPolicyArgs()

Properties

View Source

BasicAlgorithm

Basic algorithm for autoscaling. Structure is documented below.

Declaration
public Input<AutoscalingPolicyBasicAlgorithmArgs> BasicAlgorithm { get; set; }
Property Value
Type Description
Input<AutoscalingPolicyBasicAlgorithmArgs>
View Source

Location

The location where the autoscaling poicy should reside. The default value is global.

Declaration
public Input<string> Location { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PolicyId

The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between 3 and 50 characters.

Declaration
public Input<string> PolicyId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Project

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Declaration
public Input<string> Project { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SecondaryWorkerConfig

Describes how the autoscaler will operate for secondary workers. Structure is documented below.

Declaration
public Input<AutoscalingPolicySecondaryWorkerConfigArgs> SecondaryWorkerConfig { get; set; }
Property Value
Type Description
Input<AutoscalingPolicySecondaryWorkerConfigArgs>
View Source

WorkerConfig

Describes how the autoscaler will operate for primary workers. Structure is documented below.

Declaration
public Input<AutoscalingPolicyWorkerConfigArgs> WorkerConfig { get; set; }
Property Value
Type Description
Input<AutoscalingPolicyWorkerConfigArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.