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.modelSubclasses of AutoScalingPolicy in com.oracle.bmc.autoscaling.model Modifier and Type Class Description classScheduledPolicyAn autoscaling policy that defines execution schedules for an autoscaling configuration.classThresholdPolicyAn 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.BuilderAutoScalingConfiguration.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.responsesMethods in com.oracle.bmc.autoscaling.responses that return AutoScalingPolicy Modifier and Type Method Description AutoScalingPolicyCreateAutoScalingPolicyResponse. getAutoScalingPolicy()The returned AutoScalingPolicy instance.AutoScalingPolicyGetAutoScalingPolicyResponse. getAutoScalingPolicy()The returned AutoScalingPolicy instance.AutoScalingPolicyUpdateAutoScalingPolicyResponse. getAutoScalingPolicy()The returned AutoScalingPolicy instance.Methods in com.oracle.bmc.autoscaling.responses with parameters of type AutoScalingPolicy Modifier and Type Method Description CreateAutoScalingPolicyResponse.BuilderCreateAutoScalingPolicyResponse.Builder. autoScalingPolicy(AutoScalingPolicy autoScalingPolicy)The returned AutoScalingPolicy instance.GetAutoScalingPolicyResponse.BuilderGetAutoScalingPolicyResponse.Builder. autoScalingPolicy(AutoScalingPolicy autoScalingPolicy)The returned AutoScalingPolicy instance.UpdateAutoScalingPolicyResponse.BuilderUpdateAutoScalingPolicyResponse.Builder. autoScalingPolicy(AutoScalingPolicy autoScalingPolicy)The returned AutoScalingPolicy instance.
 
-