Uses of Class
com.oracle.bmc.apmsynthetics.model.MonitorTypes
-
Packages that use MonitorTypes Package Description com.oracle.bmc.apmsynthetics.model -
-
Uses of MonitorTypes in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return MonitorTypes Modifier and Type Method Description static MonitorTypes
MonitorTypes. create(String key)
MonitorTypes
CreateMonitorDetails. getMonitorType()
Type of monitor.MonitorTypes
Monitor. getMonitorType()
Type of monitor.MonitorTypes
MonitorSummary. getMonitorType()
The type of monitor.MonitorTypes
WorkerMonitorList. getMonitorType()
Type of monitor.static MonitorTypes
MonitorTypes. valueOf(String name)
Returns the enum constant of this type with the specified name.static MonitorTypes[]
MonitorTypes. 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 MonitorTypes Modifier and Type Method Description CreateMonitorDetails.Builder
CreateMonitorDetails.Builder. monitorType(MonitorTypes monitorType)
Type of monitor.Monitor.Builder
Monitor.Builder. monitorType(MonitorTypes monitorType)
Type of monitor.MonitorSummary.Builder
MonitorSummary.Builder. monitorType(MonitorTypes monitorType)
The type of monitor.WorkerMonitorList.Builder
WorkerMonitorList.Builder. monitorType(MonitorTypes monitorType)
Type of monitor.Constructors in com.oracle.bmc.apmsynthetics.model with parameters of type MonitorTypes 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.WorkerMonitorList(String id, String displayName, MonitorTypes monitorType, Boolean isRunNow, Date timeAssigned)
Deprecated.
-