Uses of Class
com.oracle.bmc.autoscaling.model.AutoScalingPolicy
-
Packages that use AutoScalingPolicy Package Description com.oracle.bmc.autoscaling.model com.oracle.bmc.autoscaling.responses -
-
Uses of AutoScalingPolicy in com.oracle.bmc.autoscaling.model
Subclasses of AutoScalingPolicy in com.oracle.bmc.autoscaling.model Modifier and Type Class Description class
ScheduledPolicy
An autoscaling policy that defines execution schedules for an autoscaling configuration.class
ThresholdPolicy
An autoscaling policy that defines threshold-based rules for an autoscaling configuration.Methods in com.oracle.bmc.autoscaling.model that return types with arguments of type AutoScalingPolicy Modifier and Type Method Description List<AutoScalingPolicy>
AutoScalingConfiguration. getPolicies()
Autoscaling policy definitions for the autoscaling configuration.Method parameters in com.oracle.bmc.autoscaling.model with type arguments of type AutoScalingPolicy Modifier and Type Method Description AutoScalingConfiguration.Builder
AutoScalingConfiguration.Builder. policies(List<AutoScalingPolicy> policies)
Autoscaling policy definitions for the autoscaling configuration.Constructor parameters in com.oracle.bmc.autoscaling.model with type arguments of type AutoScalingPolicy Constructor Description AutoScalingConfiguration(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, Integer coolDownInSeconds, Boolean isEnabled, Resource resource, List<AutoScalingPolicy> policies, Date timeCreated, Integer maxResourceCount, Integer minResourceCount)
Deprecated. -
Uses of AutoScalingPolicy in com.oracle.bmc.autoscaling.responses
Methods in com.oracle.bmc.autoscaling.responses that return AutoScalingPolicy Modifier and Type Method Description AutoScalingPolicy
CreateAutoScalingPolicyResponse. getAutoScalingPolicy()
The returned AutoScalingPolicy instance.AutoScalingPolicy
GetAutoScalingPolicyResponse. getAutoScalingPolicy()
The returned AutoScalingPolicy instance.AutoScalingPolicy
UpdateAutoScalingPolicyResponse. getAutoScalingPolicy()
The returned AutoScalingPolicy instance.Methods in com.oracle.bmc.autoscaling.responses with parameters of type AutoScalingPolicy Modifier and Type Method Description CreateAutoScalingPolicyResponse.Builder
CreateAutoScalingPolicyResponse.Builder. autoScalingPolicy(AutoScalingPolicy autoScalingPolicy)
The returned AutoScalingPolicy instance.GetAutoScalingPolicyResponse.Builder
GetAutoScalingPolicyResponse.Builder. autoScalingPolicy(AutoScalingPolicy autoScalingPolicy)
The returned AutoScalingPolicy instance.UpdateAutoScalingPolicyResponse.Builder
UpdateAutoScalingPolicyResponse.Builder. autoScalingPolicy(AutoScalingPolicy autoScalingPolicy)
The returned AutoScalingPolicy instance.
-