Class AutoscalingPolicyArgs
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: Pulumi.Gcp.Dataproc
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class AutoscalingPolicyArgs : ResourceArgs
Constructors
View SourceAutoscalingPolicyArgs()
Declaration
public AutoscalingPolicyArgs()
Properties
View SourceBasicAlgorithm
Basic algorithm for autoscaling. Structure is documented below.
Declaration
public Input<AutoscalingPolicyBasicAlgorithmArgs> BasicAlgorithm { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AutoscalingPolicyBasicAlgorithmArgs> |
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> |
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> |
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> |
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> |
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> |