public class ConnectionMonitorTcpConfiguration extends Object
| Constructor and Description |
|---|
ConnectionMonitorTcpConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
disableTraceRoute()
Get value indicating whether path evaluation with trace route should be disabled.
|
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.
|
public Integer port()
public ConnectionMonitorTcpConfiguration withPort(Integer port)
port - the port value to setpublic Boolean disableTraceRoute()
public ConnectionMonitorTcpConfiguration withDisableTraceRoute(Boolean disableTraceRoute)
disableTraceRoute - the disableTraceRoute value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/