ConnectionMonitor interface

Parameters that define the operation to create a connection monitor.

Properties

autoStart

Determines if the connection monitor will start automatically once created.

destination

Describes the destination of connection monitor.

endpoints

List of connection monitor endpoints.

location

Connection monitor location.

monitoringIntervalInSeconds

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.

tags

Connection monitor tags.

testConfigurations

List of connection monitor test configurations.

testGroups

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

location

Connection monitor location.

location?: string

Property Value

string

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

tags

Connection monitor tags.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

testConfigurations

List of connection monitor test configurations.

testConfigurations?: ConnectionMonitorTestConfiguration[]

Property Value

testGroups

List of connection monitor test groups.

testGroups?: ConnectionMonitorTestGroup[]

Property Value