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 MonitorTypesMonitorTypes. create(String key)MonitorTypesCreateMonitorDetails. getMonitorType()Type of monitor.MonitorTypesMonitor. getMonitorType()Type of monitor.MonitorTypesMonitorSummary. getMonitorType()The type of monitor.MonitorTypesWorkerMonitorList. getMonitorType()Type of monitor.static MonitorTypesMonitorTypes. 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.BuilderCreateMonitorDetails.Builder. monitorType(MonitorTypes monitorType)Type of monitor.Monitor.BuilderMonitor.Builder. monitorType(MonitorTypes monitorType)Type of monitor.MonitorSummary.BuilderMonitorSummary.Builder. monitorType(MonitorTypes monitorType)The type of monitor.WorkerMonitorList.BuilderWorkerMonitorList.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, ContentTypes contentType, 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.
-