ConnectionMonitorTestGroupResponse

data class ConnectionMonitorTestGroupResponse(val destinations: List<String>, val disable: Boolean? = null, val name: String, val sources: List<String>, val testConfigurations: List<String>)

Describes the connection monitor test group.

Constructors

Link copied to clipboard
constructor(destinations: List<String>, disable: Boolean? = null, name: String, sources: List<String>, testConfigurations: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of destination endpoint names.

Link copied to clipboard
val disable: Boolean? = null

Value indicating whether test group is disabled.

Link copied to clipboard

The name of the connection monitor test group.

Link copied to clipboard

List of source endpoint names.

Link copied to clipboard

List of test configuration names.