public class ConnectionMonitorTestGroup extends Object
| Constructor and Description |
|---|
ConnectionMonitorTestGroup() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
destinations()
Get list of destination endpoint names.
|
Boolean |
disable()
Get value indicating whether test group is disabled.
|
String |
name()
Get the name of the connection monitor test group.
|
List<String> |
sources()
Get list of source endpoint names.
|
List<String> |
testConfigurations()
Get list of test configuration names.
|
ConnectionMonitorTestGroup |
withDestinations(List<String> destinations)
Set list of destination endpoint names.
|
ConnectionMonitorTestGroup |
withDisable(Boolean disable)
Set value indicating whether test group is disabled.
|
ConnectionMonitorTestGroup |
withName(String name)
Set the name of the connection monitor test group.
|
ConnectionMonitorTestGroup |
withSources(List<String> sources)
Set list of source endpoint names.
|
ConnectionMonitorTestGroup |
withTestConfigurations(List<String> testConfigurations)
Set list of test configuration names.
|
public String name()
public ConnectionMonitorTestGroup withName(String name)
name - the name value to setpublic Boolean disable()
public ConnectionMonitorTestGroup withDisable(Boolean disable)
disable - the disable value to setpublic List<String> testConfigurations()
public ConnectionMonitorTestGroup withTestConfigurations(List<String> testConfigurations)
testConfigurations - the testConfigurations value to setpublic ConnectionMonitorTestGroup withSources(List<String> sources)
sources - the sources value to setpublic List<String> destinations()
public ConnectionMonitorTestGroup withDestinations(List<String> destinations)
destinations - the destinations value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/