Uses of Class
com.oracle.bmc.apmsynthetics.model.MonitorStatus
-
Packages that use MonitorStatus Package Description com.oracle.bmc.apmsynthetics.model com.oracle.bmc.apmsynthetics.requests -
-
Uses of MonitorStatus in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return MonitorStatus Modifier and Type Method Description static MonitorStatus
MonitorStatus. create(String key)
MonitorStatus
CreateMonitorDetails. getStatus()
Enables or disables the monitor.MonitorStatus
Monitor. getStatus()
Enables or disables the monitor.MonitorStatus
MonitorSummary. getStatus()
Enables or disables the monitor.MonitorStatus
UpdateMonitorDetails. getStatus()
Enables or disables the monitor.static MonitorStatus
MonitorStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static MonitorStatus[]
MonitorStatus. 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 MonitorStatus Modifier and Type Method Description CreateMonitorDetails.Builder
CreateMonitorDetails.Builder. status(MonitorStatus status)
Enables or disables the monitor.Monitor.Builder
Monitor.Builder. status(MonitorStatus status)
Enables or disables the monitor.MonitorSummary.Builder
MonitorSummary.Builder. status(MonitorStatus status)
Enables or disables the monitor.UpdateMonitorDetails.Builder
UpdateMonitorDetails.Builder. status(MonitorStatus status)
Enables or disables the monitor.Constructors in com.oracle.bmc.apmsynthetics.model with parameters of type MonitorStatus 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. -
Uses of MonitorStatus in com.oracle.bmc.apmsynthetics.requests
Methods in com.oracle.bmc.apmsynthetics.requests that return MonitorStatus Modifier and Type Method Description MonitorStatus
ListMonitorsRequest. getStatus()
A filter to return only monitors that match the status given.Methods in com.oracle.bmc.apmsynthetics.requests with parameters of type MonitorStatus Modifier and Type Method Description ListMonitorsRequest.Builder
ListMonitorsRequest.Builder. status(MonitorStatus status)
A filter to return only monitors that match the status given.
-