ConnectionMonitorTestGroup interface
Describes the connection monitor test group.
Properties
destinations | List of destination endpoint names. |
disable | Value indicating whether test group is disabled. |
name | The name of the connection monitor test group. |
sources | List of source endpoint names. |
test |
List of test configuration names. |
Property Details
destinations
List of destination endpoint names.
destinations: string[]
Property Value
string[]
disable
Value indicating whether test group is disabled.
disable?: boolean
Property Value
boolean
name
The name of the connection monitor test group.
name: string
Property Value
string
sources
List of source endpoint names.
sources: string[]
Property Value
string[]
testConfigurations
List of test configuration names.
testConfigurations: string[]
Property Value
string[]