Class ConnectionMonitorIcmpConfiguration
java.lang.Object
com.azure.resourcemanager.network.models.ConnectionMonitorIcmpConfiguration
Describes the ICMP configuration.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ConnectionMonitorIcmpConfiguration class. -
Method Summary
Modifier and TypeMethodDescriptionGet the disableTraceRoute property: Value indicating whether path evaluation with trace route should be disabled.voidvalidate()Validates the instance.withDisableTraceRoute(Boolean disableTraceRoute) Set the disableTraceRoute property: Value indicating whether path evaluation with trace route should be disabled.
-
Constructor Details
-
ConnectionMonitorIcmpConfiguration
public ConnectionMonitorIcmpConfiguration()Creates an instance of ConnectionMonitorIcmpConfiguration class.
-
-
Method Details
-
disableTraceRoute
Get the disableTraceRoute property: Value indicating whether path evaluation with trace route should be disabled.- Returns:
- the disableTraceRoute value.
-
withDisableTraceRoute
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.
-