NetworkConnectionMonitorTestGroupArgs

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

Constructors

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

Properties

Link copied to clipboard

A list of destination endpoint names.

Link copied to clipboard
val enabled: Output<Boolean>? = null

Should the test group be enabled? Defaults to true.

Link copied to clipboard
val name: Output<String>

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.

Functions

Link copied to clipboard
open override fun toJava(): NetworkConnectionMonitorTestGroupArgs