static ManagedComputeClusterThresholdBasedAutoScalingPolicyDetails.Builder |
ManagedComputeClusterThresholdBasedAutoScalingPolicyDetails.builder() |
Create a new builder.
|
ManagedComputeClusterThresholdBasedAutoScalingPolicyDetails.Builder |
ManagedComputeClusterThresholdBasedAutoScalingPolicyDetails.Builder.copy(ManagedComputeClusterThresholdBasedAutoScalingPolicyDetails model) |
|
ManagedComputeClusterThresholdBasedAutoScalingPolicyDetails.Builder |
ManagedComputeClusterThresholdBasedAutoScalingPolicyDetails.Builder.initialInstanceCount(Integer initialInstanceCount) |
For a threshold-based autoscaling policy, this value is the initial number of instances
to launch in the managed compute cluster type compute target immediately after
autoscaling is enabled.
|
ManagedComputeClusterThresholdBasedAutoScalingPolicyDetails.Builder |
ManagedComputeClusterThresholdBasedAutoScalingPolicyDetails.Builder.maximumInstanceCount(Integer maximumInstanceCount) |
For a threshold-based autoscaling policy, this value is the maximum number of instances
the managed compute cluster type compute target is allowed to increase to (scale out).
|
ManagedComputeClusterThresholdBasedAutoScalingPolicyDetails.Builder |
ManagedComputeClusterThresholdBasedAutoScalingPolicyDetails.Builder.minimumInstanceCount(Integer minimumInstanceCount) |
For a threshold-based autoscaling policy, this value is the minimum number of instances
the managed compute cluster type compute target is allowed to decrease to (scale in).
|
ManagedComputeClusterThresholdBasedAutoScalingPolicyDetails.Builder |
ManagedComputeClusterThresholdBasedAutoScalingPolicyDetails.Builder.rules(List<ManagedComputeClusterMetricExpressionRule> rules) |
The list of autoscaling policy rules.
|
ManagedComputeClusterThresholdBasedAutoScalingPolicyDetails.Builder |
ManagedComputeClusterThresholdBasedAutoScalingPolicyDetails.toBuilder() |
|