Uses of Class
com.oracle.bmc.apmsynthetics.model.VantagePointInfo
-
Packages that use VantagePointInfo Package Description com.oracle.bmc.apmsynthetics.model -
-
Uses of VantagePointInfo in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return VantagePointInfo Modifier and Type Method Description VantagePointInfoVantagePointInfo.Builder. build()Methods in com.oracle.bmc.apmsynthetics.model that return types with arguments of type VantagePointInfo Modifier and Type Method Description List<VantagePointInfo>Monitor. getVantagePoints()List of public, dedicated and onPremise vantage points where the monitor is running.List<VantagePointInfo>MonitorSummary. getVantagePoints()List of public, dedicated and onPremise vantage points where the monitor is running.Methods in com.oracle.bmc.apmsynthetics.model with parameters of type VantagePointInfo Modifier and Type Method Description VantagePointInfo.BuilderVantagePointInfo.Builder. copy(VantagePointInfo model)Method parameters in com.oracle.bmc.apmsynthetics.model with type arguments of type VantagePointInfo Modifier and Type Method Description Monitor.BuilderMonitor.Builder. vantagePoints(List<VantagePointInfo> vantagePoints)List of public, dedicated and onPremise vantage points where the monitor is running.MonitorSummary.BuilderMonitorSummary.Builder. vantagePoints(List<VantagePointInfo> vantagePoints)List of public, dedicated and onPremise vantage points where the monitor is running.Constructor parameters in com.oracle.bmc.apmsynthetics.model with type arguments of type VantagePointInfo Constructor Description 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.
-