Package | Description |
---|---|
com.oracle.bmc.autoscaling.model | |
com.oracle.bmc.autoscaling.requests |
Modifier and Type | Class and Description |
---|---|
class |
CreateScheduledPolicyDetails
Creation details for a schedule-based autoscaling policy.
|
class |
CreateThresholdPolicyDetails
Creation details for a threshold-based autoscaling policy.
|
Modifier and Type | Method and Description |
---|---|
List<CreateAutoScalingPolicyDetails> |
CreateAutoScalingConfigurationDetails.getPolicies() |
Modifier and Type | Method and Description |
---|---|
CreateAutoScalingConfigurationDetails.Builder |
CreateAutoScalingConfigurationDetails.Builder.policies(List<CreateAutoScalingPolicyDetails> policies) |
Constructor and Description |
---|
CreateAutoScalingConfigurationDetails(String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
Integer coolDownInSeconds,
Boolean isEnabled,
List<CreateAutoScalingPolicyDetails> policies,
Resource resource)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CreateAutoScalingPolicyDetails |
CreateAutoScalingPolicyRequest.getBody$()
Alternative accessor for the body parameter.
|
CreateAutoScalingPolicyDetails |
CreateAutoScalingPolicyRequest.getCreateAutoScalingPolicyDetails()
Creation details for an autoscaling policy.
|
Modifier and Type | Method and Description |
---|---|
CreateAutoScalingPolicyRequest.Builder |
CreateAutoScalingPolicyRequest.Builder.body$(CreateAutoScalingPolicyDetails body)
Alternative setter for the body parameter.
|
CreateAutoScalingPolicyRequest.Builder |
CreateAutoScalingPolicyRequest.Builder.createAutoScalingPolicyDetails(CreateAutoScalingPolicyDetails createAutoScalingPolicyDetails)
Creation details for an autoscaling policy.
|
Copyright © 2016–2024. All rights reserved.