Uses of Class
com.oracle.bmc.apmsynthetics.model.SchedulingPolicy
-
Packages that use SchedulingPolicy Package Description com.oracle.bmc.apmsynthetics.model -
-
Uses of SchedulingPolicy in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return SchedulingPolicy Modifier and Type Method Description static SchedulingPolicy
SchedulingPolicy. create(String key)
SchedulingPolicy
CreateMonitorDetails. getSchedulingPolicy()
Scheduling policy to decide the distribution of monitor executions on vantage points.SchedulingPolicy
Monitor. getSchedulingPolicy()
Scheduling policy to decide the distribution of monitor executions on vantage points.SchedulingPolicy
MonitorSummary. getSchedulingPolicy()
Scheduling policy to decide the distribution of monitor executions on vantage points.SchedulingPolicy
UpdateMonitorDetails. getSchedulingPolicy()
Scheduling policy to decide the distribution of monitor executions on vantage points.static SchedulingPolicy
SchedulingPolicy. valueOf(String name)
Returns the enum constant of this type with the specified name.static SchedulingPolicy[]
SchedulingPolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.apmsynthetics.model with parameters of type SchedulingPolicy Modifier and Type Method Description CreateMonitorDetails.Builder
CreateMonitorDetails.Builder. schedulingPolicy(SchedulingPolicy schedulingPolicy)
Scheduling policy to decide the distribution of monitor executions on vantage points.Monitor.Builder
Monitor.Builder. schedulingPolicy(SchedulingPolicy schedulingPolicy)
Scheduling policy to decide the distribution of monitor executions on vantage points.MonitorSummary.Builder
MonitorSummary.Builder. schedulingPolicy(SchedulingPolicy schedulingPolicy)
Scheduling policy to decide the distribution of monitor executions on vantage points.UpdateMonitorDetails.Builder
UpdateMonitorDetails.Builder. schedulingPolicy(SchedulingPolicy schedulingPolicy)
Scheduling policy to decide the distribution of monitor executions on vantage points.Constructors in com.oracle.bmc.apmsynthetics.model with parameters of type SchedulingPolicy Constructor Description CreateMonitorDetails(String displayName, MonitorTypes monitorType, List<String> vantagePoints, String scriptId, MonitorStatus status, Integer repeatIntervalInSeconds, Boolean isRunOnce, Integer timeoutInSeconds, String target, List<MonitorScriptParameter> scriptParameters, MonitorConfiguration configuration, AvailabilityConfiguration availabilityConfiguration, MaintenanceWindowSchedule maintenanceWindowSchedule, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Boolean isRunNow, SchedulingPolicy schedulingPolicy, Integer batchIntervalInSeconds, Boolean isIPv6)
Deprecated.Monitor(String id, String displayName, MonitorTypes monitorType, List<VantagePointInfo> vantagePoints, Integer vantagePointCount, String scriptId, String scriptName, MonitorStatus status, Integer repeatIntervalInSeconds, Boolean isRunOnce, Integer timeoutInSeconds, String target, List<MonitorScriptParameterInfo> scriptParameters, MonitorConfiguration configuration, AvailabilityConfiguration availabilityConfiguration, MaintenanceWindowSchedule maintenanceWindowSchedule, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Boolean isRunNow, SchedulingPolicy schedulingPolicy, Integer batchIntervalInSeconds, Boolean isIPv6, String createdBy, String lastUpdatedBy)
Deprecated.MonitorSummary(String id, String displayName, MonitorTypes monitorType, List<VantagePointInfo> vantagePoints, Integer vantagePointCount, String scriptId, String scriptName, MonitorStatus status, Integer repeatIntervalInSeconds, Boolean isRunOnce, Integer timeoutInSeconds, String target, MonitorConfiguration configuration, MaintenanceWindowSchedule maintenanceWindowSchedule, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Boolean isRunNow, SchedulingPolicy schedulingPolicy, Integer batchIntervalInSeconds, Boolean isIPv6, String createdBy, String lastUpdatedBy)
Deprecated.UpdateMonitorDetails(String displayName, List<String> vantagePoints, String scriptId, MonitorStatus status, Integer repeatIntervalInSeconds, Boolean isRunOnce, Integer timeoutInSeconds, String target, List<MonitorScriptParameter> scriptParameters, MonitorConfiguration configuration, AvailabilityConfiguration availabilityConfiguration, MaintenanceWindowSchedule maintenanceWindowSchedule, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Boolean isRunNow, SchedulingPolicy schedulingPolicy, Integer batchIntervalInSeconds, Boolean isIPv6)
Deprecated.
-