Class UpdateMonitorDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.apmsynthetics.model.UpdateMonitorDetails
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public final class UpdateMonitorDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Details of the request body used to update a monitor.
Note: Objects should always be created or deserialized using theUpdateMonitorDetails.Builder
. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theUpdateMonitorDetails.Builder
, which maintain a set of all explicitly set fields calledUpdateMonitorDetails.Builder.__explicitlySet__
. ThehashCode()
andequals(Object)
methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateMonitorDetails.Builder
-
Constructor Summary
Constructors Constructor Description 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.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateMonitorDetails.Builder
builder()
Create a new builder.boolean
equals(Object o)
AvailabilityConfiguration
getAvailabilityConfiguration()
Integer
getBatchIntervalInSeconds()
Time interval between two runs in round robin batch mode (SchedulingPolicy - BATCHED_ROUND_ROBIN).MonitorConfiguration
getConfiguration()
Map<String,Map<String,Object>>
getDefinedTags()
Defined tags for this resource.String
getDisplayName()
Unique name that can be edited.Map<String,String>
getFreeformTags()
Simple key-value pair that is applied without any predefined name, type or scope.Boolean
getIsIPv6()
If enabled, domain name will resolve to an IPv6 address.Boolean
getIsRunNow()
If isRunNow is enabled, then the monitor will run immediately.Boolean
getIsRunOnce()
If runOnce is enabled, then the monitor will run once.MaintenanceWindowSchedule
getMaintenanceWindowSchedule()
Integer
getRepeatIntervalInSeconds()
Interval in seconds after the start time when the job should be repeated.SchedulingPolicy
getSchedulingPolicy()
Scheduling policy to decide the distribution of monitor executions on vantage points.String
getScriptId()
The OCID of the script.List<MonitorScriptParameter>
getScriptParameters()
List of script parameters in the monitor.MonitorStatus
getStatus()
Enables or disables the monitor.String
getTarget()
Specify the endpoint on which to run the monitor.Integer
getTimeoutInSeconds()
Timeout in seconds.List<String>
getVantagePoints()
A list of public and dedicated vantage points from which to execute the monitor.int
hashCode()
UpdateMonitorDetails.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
UpdateMonitorDetails
@Deprecated @ConstructorProperties({"displayName","vantagePoints","scriptId","status","repeatIntervalInSeconds","isRunOnce","timeoutInSeconds","target","scriptParameters","configuration","availabilityConfiguration","maintenanceWindowSchedule","freeformTags","definedTags","isRunNow","schedulingPolicy","batchIntervalInSeconds","isIPv6"}) public 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.
-
-
Method Detail
-
builder
public static UpdateMonitorDetails.Builder builder()
Create a new builder.
-
toBuilder
public UpdateMonitorDetails.Builder toBuilder()
-
getDisplayName
public String getDisplayName()
Unique name that can be edited.The name should not contain any confidential information.
- Returns:
- the value
-
getVantagePoints
public List<String> getVantagePoints()
A list of public and dedicated vantage points from which to execute the monitor.Use /publicVantagePoints to fetch public vantage points, and /dedicatedVantagePoints to fetch dedicated vantage points.
- Returns:
- the value
-
getScriptId
public String getScriptId()
The OCID of the script.scriptId is mandatory for creation of SCRIPTED_BROWSER and SCRIPTED_REST monitor types. For other monitor types, it should be set to null.
- Returns:
- the value
-
getStatus
public MonitorStatus getStatus()
Enables or disables the monitor.- Returns:
- the value
-
getRepeatIntervalInSeconds
public Integer getRepeatIntervalInSeconds()
Interval in seconds after the start time when the job should be repeated.Minimum repeatIntervalInSeconds should be 300 seconds for Scripted REST, Scripted Browser and Browser monitors, and 60 seconds for REST monitor.
- Returns:
- the value
-
getIsRunOnce
public Boolean getIsRunOnce()
If runOnce is enabled, then the monitor will run once.- Returns:
- the value
-
getTimeoutInSeconds
public Integer getTimeoutInSeconds()
Timeout in seconds.If isFailureRetried is true, then timeout cannot be more than 30% of repeatIntervalInSeconds time for monitors. If isFailureRetried is false, then timeout cannot be more than 50% of repeatIntervalInSeconds time for monitors. Also, timeoutInSeconds should be a multiple of 60 for Scripted REST, Scripted Browser and Browser monitors. Monitor will be allowed to run only for timeoutInSeconds time. It would be terminated after that.
- Returns:
- the value
-
getTarget
public String getTarget()
Specify the endpoint on which to run the monitor.For BROWSER, REST, NETWORK, DNS and FTP monitor types, target is mandatory. If target is specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script (specified by scriptId in monitor) against the specified target endpoint. If target is not specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script as it is. For NETWORK monitor with TCP protocol, a port needs to be provided along with target. Example: 192.168.0.1:80.
- Returns:
- the value
-
getScriptParameters
public List<MonitorScriptParameter> getScriptParameters()
List of script parameters in the monitor.This is valid only for SCRIPTED_BROWSER and SCRIPTED_REST monitor types. For other monitor types, it should be set to null. Example: [{“paramName”: “userid”, “paramValue”:“testuser”}]
- Returns:
- the value
-
getConfiguration
public MonitorConfiguration getConfiguration()
-
getAvailabilityConfiguration
public AvailabilityConfiguration getAvailabilityConfiguration()
-
getMaintenanceWindowSchedule
public MaintenanceWindowSchedule getMaintenanceWindowSchedule()
-
getFreeformTags
public Map<String,String> getFreeformTags()
Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”}
- Returns:
- the value
-
getDefinedTags
public Map<String,Map<String,Object>> getDefinedTags()
Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
- Returns:
- the value
-
getIsRunNow
public Boolean getIsRunNow()
If isRunNow is enabled, then the monitor will run immediately.- Returns:
- the value
-
getSchedulingPolicy
public SchedulingPolicy getSchedulingPolicy()
Scheduling policy to decide the distribution of monitor executions on vantage points.- Returns:
- the value
-
getBatchIntervalInSeconds
public Integer getBatchIntervalInSeconds()
Time interval between two runs in round robin batch mode (SchedulingPolicy - BATCHED_ROUND_ROBIN).- Returns:
- the value
-
getIsIPv6
public Boolean getIsIPv6()
If enabled, domain name will resolve to an IPv6 address.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-