Class ConnectionMonitorTcpConfiguration

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

public class ConnectionMonitorTcpConfiguration extends Object
Describes the TCP configuration.
  • Constructor Details

    • ConnectionMonitorTcpConfiguration

      public ConnectionMonitorTcpConfiguration()
  • Method Details

    • port

      public Integer port()
      Get the port to connect to.
      Returns:
      the port value
    • withPort

      Set the port to connect to.
      Parameters:
      port - the port value to set
      Returns:
      the ConnectionMonitorTcpConfiguration object itself.
    • disableTraceRoute

      public Boolean disableTraceRoute()
      Get value indicating whether path evaluation with trace route should be disabled.
      Returns:
      the disableTraceRoute value
    • withDisableTraceRoute

      public ConnectionMonitorTcpConfiguration withDisableTraceRoute(Boolean disableTraceRoute)
      Set value indicating whether path evaluation with trace route should be disabled.
      Parameters:
      disableTraceRoute - the disableTraceRoute value to set
      Returns:
      the ConnectionMonitorTcpConfiguration object itself.