Class ConnectionMonitorTestGroup
java.lang.Object
com.microsoft.azure.management.network.ConnectionMonitorTestGroup
Describes the connection monitor test group.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet list of destination endpoint names.disable()
Get value indicating whether test group is disabled.name()
Get the name of the connection monitor test group.sources()
Get list of source endpoint names.Get list of test configuration names.withDestinations
(List<String> destinations) Set list of destination endpoint names.withDisable
(Boolean disable) Set value indicating whether test group is disabled.Set the name of the connection monitor test group.withSources
(List<String> sources) Set list of source endpoint names.withTestConfigurations
(List<String> testConfigurations) Set list of test configuration names.
-
Constructor Details
-
ConnectionMonitorTestGroup
public ConnectionMonitorTestGroup()
-
-
Method Details
-
name
Get the name of the connection monitor test group.- Returns:
- the name value
-
withName
Set the name of the connection monitor test group.- Parameters:
name
- the name value to set- Returns:
- the ConnectionMonitorTestGroup object itself.
-
disable
Get value indicating whether test group is disabled.- Returns:
- the disable value
-
withDisable
Set value indicating whether test group is disabled.- Parameters:
disable
- the disable value to set- Returns:
- the ConnectionMonitorTestGroup object itself.
-
testConfigurations
Get list of test configuration names.- Returns:
- the testConfigurations value
-
withTestConfigurations
Set list of test configuration names.- Parameters:
testConfigurations
- the testConfigurations value to set- Returns:
- the ConnectionMonitorTestGroup object itself.
-
sources
Get list of source endpoint names.- Returns:
- the sources value
-
withSources
Set list of source endpoint names.- Parameters:
sources
- the sources value to set- Returns:
- the ConnectionMonitorTestGroup object itself.
-
destinations
Get list of destination endpoint names.- Returns:
- the destinations value
-
withDestinations
Set list of destination endpoint names.- Parameters:
destinations
- the destinations value to set- Returns:
- the ConnectionMonitorTestGroup object itself.
-