ConnectionMonitorTcpConfiguration Class

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

public class ConnectionMonitorTcpConfiguration

Describes the TCP configuration.

Constructor Summary

Constructor Description
ConnectionMonitorTcpConfiguration()

Method Summary

Modifier and Type Method and Description
java.lang.Boolean disableTraceRoute()

Get value indicating whether path evaluation with trace route should be disabled.

java.lang.Integer port()

Get the port to connect to.

ConnectionMonitorTcpConfiguration withDisableTraceRoute(Boolean disableTraceRoute)

Set value indicating whether path evaluation with trace route should be disabled.

ConnectionMonitorTcpConfiguration withPort(Integer port)

Set the port to connect to.

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

ConnectionMonitorTcpConfiguration

public ConnectionMonitorTcpConfiguration()

Method Details

disableTraceRoute

public Boolean disableTraceRoute()

Get value indicating whether path evaluation with trace route should be disabled.

Returns:

the disableTraceRoute value

port

public Integer port()

Get the port to connect to.

Returns:

the port 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.

withPort

public ConnectionMonitorTcpConfiguration withPort(Integer port)

Set the port to connect to.

Parameters:

port - the port value to set

Returns:

the ConnectionMonitorTcpConfiguration object itself.

Applies to