Class ConnectionMonitorTestGroup

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

public class ConnectionMonitorTestGroup extends Object
Describes the connection monitor test group.
  • Constructor Details

    • ConnectionMonitorTestGroup

      public ConnectionMonitorTestGroup()
  • Method Details

    • name

      public String name()
      Get the name of the connection monitor test group.
      Returns:
      the name value
    • 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.
    • disable

      public Boolean disable()
      Get value indicating whether test group is disabled.
      Returns:
      the disable value
    • 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.
    • testConfigurations

      public List<String> testConfigurations()
      Get list of test configuration names.
      Returns:
      the testConfigurations value
    • withTestConfigurations

      public ConnectionMonitorTestGroup withTestConfigurations(List<String> testConfigurations)
      Set list of test configuration names.
      Parameters:
      testConfigurations - the testConfigurations value to set
      Returns:
      the ConnectionMonitorTestGroup object itself.
    • sources

      public List<String> sources()
      Get list of source endpoint names.
      Returns:
      the sources value
    • withSources

      public ConnectionMonitorTestGroup withSources(List<String> sources)
      Set list of source endpoint names.
      Parameters:
      sources - the sources value to set
      Returns:
      the ConnectionMonitorTestGroup object itself.
    • destinations

      public List<String> destinations()
      Get list of destination endpoint names.
      Returns:
      the destinations value
    • withDestinations

      public ConnectionMonitorTestGroup withDestinations(List<String> destinations)
      Set list of destination endpoint names.
      Parameters:
      destinations - the destinations value to set
      Returns:
      the ConnectionMonitorTestGroup object itself.