Class AutoscalingPolicyState
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 AutoscalingPolicyState : ResourceArgs
Constructors
View SourceAutoscalingPolicyState()
Declaration
public AutoscalingPolicyState()
Properties
View SourceBasicAlgorithm
Basic algorithm for autoscaling. Structure is documented below.
Declaration
public Input<AutoscalingPolicyBasicAlgorithmGetArgs> BasicAlgorithm { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AutoscalingPolicyBasicAlgorithmGetArgs> |
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> |
Name
The "resource name" of the autoscaling policy.
Declaration
public Input<string> Name { 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<AutoscalingPolicySecondaryWorkerConfigGetArgs> SecondaryWorkerConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AutoscalingPolicySecondaryWorkerConfigGetArgs> |
WorkerConfig
Describes how the autoscaler will operate for primary workers. Structure is documented below.
Declaration
public Input<AutoscalingPolicyWorkerConfigGetArgs> WorkerConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AutoscalingPolicyWorkerConfigGetArgs> |