ConnectionMonitorParameters interface
Parameters that define the operation to create a connection monitor.
Properties
auto |
Determines if the connection monitor will start automatically once created. |
destination | Describes the destination of connection monitor. |
endpoints | List of connection monitor endpoints. |
monitoring |
Monitoring interval in seconds. |
notes | Optional notes to be associated with the connection monitor. |
outputs | List of connection monitor outputs. |
source | Describes the source of connection monitor. |
test |
List of connection monitor test configurations. |
test |
List of connection monitor test groups. |
Property Details
autoStart
Determines if the connection monitor will start automatically once created.
autoStart?: boolean
Property Value
boolean
destination
Describes the destination of connection monitor.
destination?: ConnectionMonitorDestination
Property Value
endpoints
List of connection monitor endpoints.
endpoints?: ConnectionMonitorEndpoint[]
Property Value
monitoringIntervalInSeconds
Monitoring interval in seconds.
monitoringIntervalInSeconds?: number
Property Value
number
notes
Optional notes to be associated with the connection monitor.
notes?: string
Property Value
string
outputs
List of connection monitor outputs.
outputs?: ConnectionMonitorOutput[]
Property Value
source
Describes the source of connection monitor.
source?: ConnectionMonitorSource
Property Value
testConfigurations
List of connection monitor test configurations.
testConfigurations?: ConnectionMonitorTestConfiguration[]
Property Value
testGroups
List of connection monitor test groups.
testGroups?: ConnectionMonitorTestGroup[]