ConnectionMonitorTestGroup Class

Describes the connection monitor test group.

All required parameters must be populated in order to send to Azure.

Inheritance
ConnectionMonitorTestGroup

Constructor

ConnectionMonitorTestGroup(*, name: str, test_configurations: typing.List[str], sources: typing.List[str], destinations: typing.List[str], disable: typing.Union[bool, NoneType] = None, **kwargs)

Parameters

name
str

Required. The name of the connection monitor test group.

disable
bool

Value indicating whether test group is disabled.

test_configurations
list[str]

Required. List of test configuration names.

sources
list[str]

Required. List of source endpoint names.

destinations
list[str]

Required. List of destination endpoint names.