Class ConnectionMonitorIcmpConfiguration
- java.lang.Object
-
- com.azure.resourcemanager.network.models.ConnectionMonitorIcmpConfiguration
-
public final class ConnectionMonitorIcmpConfiguration extends Object
Describes the ICMP configuration.
-
-
Constructor Summary
Constructors Constructor Description ConnectionMonitorIcmpConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleandisableTraceRoute()Get the disableTraceRoute property: Value indicating whether path evaluation with trace route should be disabled.voidvalidate()Validates the instance.ConnectionMonitorIcmpConfigurationwithDisableTraceRoute(Boolean disableTraceRoute)Set the disableTraceRoute property: Value indicating whether path evaluation with trace route should be disabled.
-
-
-
Method Detail
-
disableTraceRoute
public Boolean disableTraceRoute()
Get the disableTraceRoute property: Value indicating whether path evaluation with trace route should be disabled.- Returns:
- the disableTraceRoute value.
-
withDisableTraceRoute
public ConnectionMonitorIcmpConfiguration withDisableTraceRoute(Boolean disableTraceRoute)
Set the disableTraceRoute property: Value indicating whether path evaluation with trace route should be disabled.- Parameters:
disableTraceRoute- the disableTraceRoute value to set.- Returns:
- the ConnectionMonitorIcmpConfiguration object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-