Package com.pulumi.gcp.dataproc.inputs
Class AutoscalingPolicyState
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.dataproc.inputs.AutoscalingPolicyState
-
public final class AutoscalingPolicyState extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AutoscalingPolicyState.Builder
-
Field Summary
Fields Modifier and Type Field Description static AutoscalingPolicyState
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<com.pulumi.core.Output<AutoscalingPolicyBasicAlgorithmArgs>>
basicAlgorithm()
static AutoscalingPolicyState.Builder
builder()
static AutoscalingPolicyState.Builder
builder(AutoscalingPolicyState defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
location()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
name()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
policyId()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
project()
java.util.Optional<com.pulumi.core.Output<AutoscalingPolicySecondaryWorkerConfigArgs>>
secondaryWorkerConfig()
java.util.Optional<com.pulumi.core.Output<AutoscalingPolicyWorkerConfigArgs>>
workerConfig()
-
-
-
Field Detail
-
Empty
public static final AutoscalingPolicyState Empty
-
-
Method Detail
-
basicAlgorithm
public java.util.Optional<com.pulumi.core.Output<AutoscalingPolicyBasicAlgorithmArgs>> basicAlgorithm()
- Returns:
- Basic algorithm for autoscaling. Structure is documented below.
-
location
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> location()
- Returns:
- The location where the autoscaling policy should reside. The default value is `global`.
-
name
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
- Returns:
- The "resource name" of the autoscaling policy.
-
policyId
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> policyId()
- Returns:
- 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.
-
project
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> project()
- Returns:
- The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
-
secondaryWorkerConfig
public java.util.Optional<com.pulumi.core.Output<AutoscalingPolicySecondaryWorkerConfigArgs>> secondaryWorkerConfig()
- Returns:
- Describes how the autoscaler will operate for secondary workers. Structure is documented below.
-
workerConfig
public java.util.Optional<com.pulumi.core.Output<AutoscalingPolicyWorkerConfigArgs>> workerConfig()
- Returns:
- Describes how the autoscaler will operate for primary workers. Structure is documented below.
-
builder
public static AutoscalingPolicyState.Builder builder()
-
builder
public static AutoscalingPolicyState.Builder builder(AutoscalingPolicyState defaults)
-
-