ConnectionMonitorTestGroup Class

  • java.lang.Object
    • com.microsoft.azure.management.network.ConnectionMonitorTestGroup

public class ConnectionMonitorTestGroup

Describes the connection monitor test group.

Constructor Summary

Constructor Description
ConnectionMonitorTestGroup()

Method Summary

Modifier and Type Method and Description
java.util.List<java.lang.String> destinations()

Get list of destination endpoint names.

java.lang.Boolean disable()

Get value indicating whether test group is disabled.

java.lang.String name()

Get the name of the connection monitor test group.

java.util.List<java.lang.String> sources()

Get list of source endpoint names.

java.util.List<java.lang.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.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ConnectionMonitorTestGroup

public ConnectionMonitorTestGroup()

Method Details

destinations

public List destinations()

Get list of destination endpoint names.

Returns:

the destinations value

disable

public Boolean disable()

Get value indicating whether test group is disabled.

Returns:

the disable value

name

public String name()

Get the name of the connection monitor test group.

Returns:

the name value

sources

public List sources()

Get list of source endpoint names.

Returns:

the sources value

testConfigurations

public List testConfigurations()

Get list of test configuration names.

Returns:

the testConfigurations value

withDestinations

public ConnectionMonitorTestGroup withDestinations(List destinations)

Set list of destination endpoint names.

Parameters:

destinations - the destinations value to set

Returns:

the ConnectionMonitorTestGroup object itself.

withDisable

public ConnectionMonitorTestGroup withDisable(Boolean disable)

Set value indicating whether test group is disabled.

Parameters:

disable - the disable value to set

Returns:

the ConnectionMonitorTestGroup object itself.

withName

public ConnectionMonitorTestGroup withName(String name)

Set the name of the connection monitor test group.

Parameters:

name - the name value to set

Returns:

the ConnectionMonitorTestGroup object itself.

withSources

public ConnectionMonitorTestGroup withSources(List sources)

Set list of source endpoint names.

Parameters:

sources - the sources value to set

Returns:

the ConnectionMonitorTestGroup object itself.

withTestConfigurations

public ConnectionMonitorTestGroup withTestConfigurations(List testConfigurations)

Set list of test configuration names.

Parameters:

testConfigurations - the testConfigurations value to set

Returns:

the ConnectionMonitorTestGroup object itself.

Applies to