Package | Description |
---|---|
com.oracle.bmc.apmsynthetics.model |
Modifier and Type | Method and Description |
---|---|
static SchedulingPolicy |
SchedulingPolicy.create(String key) |
SchedulingPolicy |
MonitorSummary.getSchedulingPolicy()
Scheduling policy to decide the distribution of monitor executions on vantage points.
|
SchedulingPolicy |
CreateMonitorDetails.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.
|
SchedulingPolicy |
Monitor.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.
|
Modifier and Type | Method and Description |
---|---|
MonitorSummary.Builder |
MonitorSummary.Builder.schedulingPolicy(SchedulingPolicy schedulingPolicy)
Scheduling policy to decide the distribution of monitor executions on vantage points.
|
CreateMonitorDetails.Builder |
CreateMonitorDetails.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.
|
Monitor.Builder |
Monitor.Builder.schedulingPolicy(SchedulingPolicy schedulingPolicy)
Scheduling policy to decide the distribution of monitor executions on vantage points.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.