Package | Description |
---|---|
com.oracle.bmc.apmsynthetics.model | |
com.oracle.bmc.apmsynthetics.requests |
Modifier and Type | Method and Description |
---|---|
static MonitorStatus |
MonitorStatus.create(String key) |
MonitorStatus |
MonitorSummary.getStatus()
Enables or disables the monitor.
|
MonitorStatus |
CreateMonitorDetails.getStatus()
Enables or disables the monitor.
|
MonitorStatus |
UpdateMonitorDetails.getStatus()
Enables or disables the monitor.
|
MonitorStatus |
Monitor.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.
|
Modifier and Type | Method and Description |
---|---|
MonitorSummary.Builder |
MonitorSummary.Builder.status(MonitorStatus status)
Enables or disables the monitor.
|
CreateMonitorDetails.Builder |
CreateMonitorDetails.Builder.status(MonitorStatus status)
Enables or disables the monitor.
|
UpdateMonitorDetails.Builder |
UpdateMonitorDetails.Builder.status(MonitorStatus status)
Enables or disables the monitor.
|
Monitor.Builder |
Monitor.Builder.status(MonitorStatus status)
Enables or disables the monitor.
|
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.
|
Modifier and Type | Method and Description |
---|---|
MonitorStatus |
ListMonitorsRequest.getStatus()
A filter to return only monitors that match the status given.
|
Modifier and Type | Method and Description |
---|---|
ListMonitorsRequest.Builder |
ListMonitorsRequest.Builder.status(MonitorStatus status)
A filter to return only monitors that match the status given.
|
Copyright © 2016–2024. All rights reserved.