Uses of Class
com.oracle.bmc.autoscaling.model.ExecutionSchedule
-
Packages that use ExecutionSchedule Package Description com.oracle.bmc.autoscaling.model -
-
Uses of ExecutionSchedule in com.oracle.bmc.autoscaling.model
Subclasses of ExecutionSchedule in com.oracle.bmc.autoscaling.model Modifier and Type Class Description class
CronExecutionSchedule
An autoscaling execution schedule that uses a cron expression.Methods in com.oracle.bmc.autoscaling.model that return ExecutionSchedule Modifier and Type Method Description ExecutionSchedule
CreateScheduledPolicyDetails. getExecutionSchedule()
ExecutionSchedule
ScheduledPolicy. getExecutionSchedule()
The schedule for executing the autoscaling policy.ExecutionSchedule
UpdateScheduledPolicyDetails. getExecutionSchedule()
The schedule for executing the autoscaling policy.Methods in com.oracle.bmc.autoscaling.model with parameters of type ExecutionSchedule Modifier and Type Method Description CreateScheduledPolicyDetails.Builder
CreateScheduledPolicyDetails.Builder. executionSchedule(ExecutionSchedule executionSchedule)
ScheduledPolicy.Builder
ScheduledPolicy.Builder. executionSchedule(ExecutionSchedule executionSchedule)
The schedule for executing the autoscaling policy.UpdateScheduledPolicyDetails.Builder
UpdateScheduledPolicyDetails.Builder. executionSchedule(ExecutionSchedule executionSchedule)
The schedule for executing the autoscaling policy.Constructors in com.oracle.bmc.autoscaling.model with parameters of type ExecutionSchedule Constructor Description CreateScheduledPolicyDetails(Capacity capacity, String displayName, Boolean isEnabled, ExecutionSchedule executionSchedule, ResourceAction resourceAction)
Deprecated.ScheduledPolicy(Capacity capacity, String id, String displayName, Date timeCreated, Boolean isEnabled, ExecutionSchedule executionSchedule, ResourceAction resourceAction)
Deprecated.UpdateScheduledPolicyDetails(String displayName, Capacity capacity, Boolean isEnabled, ExecutionSchedule executionSchedule, ResourceAction resourceAction)
Deprecated.
-