NetworkConnectionMonitorTestGroup

data class NetworkConnectionMonitorTestGroup(val destinationEndpoints: List<String>, val enabled: Boolean? = null, val name: String, val sourceEndpoints: List<String>, val testConfigurationNames: List<String>)

Constructors

Link copied to clipboard
constructor(destinationEndpoints: List<String>, enabled: Boolean? = null, name: String, sourceEndpoints: List<String>, testConfigurationNames: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of destination endpoint names.

Link copied to clipboard
val enabled: Boolean? = null

Should the test group be enabled? Defaults to true.

Link copied to clipboard

The name of the test group for the Network Connection Monitor.

Link copied to clipboard

A list of source endpoint names.

Link copied to clipboard

A list of test configuration names.