Uses of Class
com.oracle.bmc.autoscaling.model.CreateAutoScalingPolicyDetails
-
Packages that use CreateAutoScalingPolicyDetails Package Description com.oracle.bmc.autoscaling.model com.oracle.bmc.autoscaling.requests -
-
Uses of CreateAutoScalingPolicyDetails in com.oracle.bmc.autoscaling.model
Subclasses of CreateAutoScalingPolicyDetails in com.oracle.bmc.autoscaling.model Modifier and Type Class Description class
CreateScheduledPolicyDetails
Creation details for a schedule-based autoscaling policy.class
CreateThresholdPolicyDetails
Creation details for a threshold-based autoscaling policy.Methods in com.oracle.bmc.autoscaling.model that return types with arguments of type CreateAutoScalingPolicyDetails Modifier and Type Method Description List<CreateAutoScalingPolicyDetails>
CreateAutoScalingConfigurationDetails. getPolicies()
Method parameters in com.oracle.bmc.autoscaling.model with type arguments of type CreateAutoScalingPolicyDetails Modifier and Type Method Description CreateAutoScalingConfigurationDetails.Builder
CreateAutoScalingConfigurationDetails.Builder. policies(List<CreateAutoScalingPolicyDetails> policies)
Constructor parameters in com.oracle.bmc.autoscaling.model with type arguments of type CreateAutoScalingPolicyDetails Constructor 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. -
Uses of CreateAutoScalingPolicyDetails in com.oracle.bmc.autoscaling.requests
Methods in com.oracle.bmc.autoscaling.requests that return CreateAutoScalingPolicyDetails Modifier and Type Method Description CreateAutoScalingPolicyDetails
CreateAutoScalingPolicyRequest. getBody$()
Alternative accessor for the body parameter.CreateAutoScalingPolicyDetails
CreateAutoScalingPolicyRequest. getCreateAutoScalingPolicyDetails()
Creation details for an autoscaling policy.Methods in com.oracle.bmc.autoscaling.requests with parameters of type CreateAutoScalingPolicyDetails Modifier and Type Method 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.
-