ConnectionMonitorIcmpConfiguration Class

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

public class ConnectionMonitorIcmpConfiguration

Describes the ICMP configuration.

Constructor Summary

Constructor Description
ConnectionMonitorIcmpConfiguration()

Method Summary

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

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

ConnectionMonitorIcmpConfiguration withDisableTraceRoute(Boolean disableTraceRoute)

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

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

ConnectionMonitorIcmpConfiguration

public ConnectionMonitorIcmpConfiguration()

Method Details

disableTraceRoute

public Boolean disableTraceRoute()

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

Returns:

the disableTraceRoute value

withDisableTraceRoute

public ConnectionMonitorIcmpConfiguration withDisableTraceRoute(Boolean disableTraceRoute)

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

Parameters:

disableTraceRoute - the disableTraceRoute value to set

Returns:

the ConnectionMonitorIcmpConfiguration object itself.

Applies to