ConnectionMonitorParameters |
ConnectionMonitorParameters.withAutoStart(Boolean autoStart) |
Set the autoStart property: Determines if the connection monitor will start automatically once created.
|
ConnectionMonitorParameters |
ConnectionMonitorParameters.withDestination(ConnectionMonitorDestination destination) |
Set the destination property: Describes the destination of connection monitor.
|
ConnectionMonitorParameters |
ConnectionMonitorParameters.withEndpoints(List<ConnectionMonitorEndpoint> endpoints) |
Set the endpoints property: List of connection monitor endpoints.
|
ConnectionMonitorParameters |
ConnectionMonitorParameters.withMonitoringIntervalInSeconds(Integer monitoringIntervalInSeconds) |
Set the monitoringIntervalInSeconds property: Monitoring interval in seconds.
|
ConnectionMonitorParameters |
ConnectionMonitorParameters.withNotes(String notes) |
Set the notes property: Optional notes to be associated with the connection monitor.
|
ConnectionMonitorParameters |
ConnectionMonitorParameters.withOutputs(List<ConnectionMonitorOutput> outputs) |
Set the outputs property: List of connection monitor outputs.
|
ConnectionMonitorParameters |
ConnectionMonitorParameters.withSource(ConnectionMonitorSource source) |
Set the source property: Describes the source of connection monitor.
|
ConnectionMonitorParameters |
ConnectionMonitorParameters.withTestConfigurations(List<ConnectionMonitorTestConfiguration> testConfigurations) |
Set the testConfigurations property: List of connection monitor test configurations.
|
ConnectionMonitorParameters |
ConnectionMonitorParameters.withTestGroups(List<ConnectionMonitorTestGroup> testGroups) |
Set the testGroups property: List of connection monitor test groups.
|