Class ConnectionMonitorTcpConfiguration
java.lang.Object
com.microsoft.azure.management.network.ConnectionMonitorTcpConfiguration
Describes the TCP configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet value indicating whether path evaluation with trace route should be disabled.port()
Get the port to connect to.withDisableTraceRoute
(Boolean disableTraceRoute) Set value indicating whether path evaluation with trace route should be disabled.Set the port to connect to.
-
Constructor Details
-
ConnectionMonitorTcpConfiguration
public ConnectionMonitorTcpConfiguration()
-
-
Method Details
-
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
Get value indicating whether path evaluation with trace route should be disabled.- Returns:
- the disableTraceRoute value
-
withDisableTraceRoute
Set value indicating whether path evaluation with trace route should be disabled.- Parameters:
disableTraceRoute
- the disableTraceRoute value to set- Returns:
- the ConnectionMonitorTcpConfiguration object itself.
-