static ManagedComputeClusterWorkloadThresholdBasedPolicyDetails.Builder |
ManagedComputeClusterWorkloadThresholdBasedPolicyDetails.builder() |
Create a new builder.
|
ManagedComputeClusterWorkloadThresholdBasedPolicyDetails.Builder |
ManagedComputeClusterWorkloadThresholdBasedPolicyDetails.Builder.copy(ManagedComputeClusterWorkloadThresholdBasedPolicyDetails model) |
|
ManagedComputeClusterWorkloadThresholdBasedPolicyDetails.Builder |
ManagedComputeClusterWorkloadThresholdBasedPolicyDetails.Builder.initialInstanceCount(Integer initialInstanceCount) |
For a threshold-based autoscaling policy, this value is the initial number of workload
instances to launch immediately after autoscaling is enabled.
|
ManagedComputeClusterWorkloadThresholdBasedPolicyDetails.Builder |
ManagedComputeClusterWorkloadThresholdBasedPolicyDetails.Builder.maximumInstanceCount(Integer maximumInstanceCount) |
For a threshold-based autoscaling policy, this value is the maximum number of workload
instances allowed to increase to (scale out).
|
ManagedComputeClusterWorkloadThresholdBasedPolicyDetails.Builder |
ManagedComputeClusterWorkloadThresholdBasedPolicyDetails.Builder.minimumInstanceCount(Integer minimumInstanceCount) |
For a threshold-based autoscaling policy, this value is the minimum number of workload
instances allowed to decrease to (scale in).
|
ManagedComputeClusterWorkloadThresholdBasedPolicyDetails.Builder |
ManagedComputeClusterWorkloadThresholdBasedPolicyDetails.Builder.rules(List<ManagedComputeClusterWorkloadMetricExpressionRule> rules) |
The list of autoscaling policy rules for workload scaling..
|
ManagedComputeClusterWorkloadThresholdBasedPolicyDetails.Builder |
ManagedComputeClusterWorkloadThresholdBasedPolicyDetails.Builder.scaleInPolicy(ManagedComputeClusterWorkloadScalePolicy scaleInPolicy) |
|
ManagedComputeClusterWorkloadThresholdBasedPolicyDetails.Builder |
ManagedComputeClusterWorkloadThresholdBasedPolicyDetails.Builder.scaleOutPolicy(ManagedComputeClusterWorkloadScalePolicy scaleOutPolicy) |
|
ManagedComputeClusterWorkloadThresholdBasedPolicyDetails.Builder |
ManagedComputeClusterWorkloadThresholdBasedPolicyDetails.toBuilder() |
|