ConnectionMonitorTestGroupArgs

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

Describes the connection monitor test group.

Constructors

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

Properties

Link copied to clipboard
val destinations: Output<List<String>>

List of destination endpoint names.

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

Value indicating whether test group is disabled.

Link copied to clipboard
val name: Output<String>

The name of the connection monitor test group.

Link copied to clipboard
val sources: Output<List<String>>

List of source endpoint names.

Link copied to clipboard

List of test configuration names.

Functions

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