ConnectionMonitorIcmpConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ConnectionMonitorIcmpConfiguration
- com.
Implements
public final class ConnectionMonitorIcmpConfiguration
implements JsonSerializable<ConnectionMonitorIcmpConfiguration>
Describes the ICMP configuration.
Constructor Summary
Constructor | Description |
---|---|
ConnectionMonitorIcmpConfiguration() |
Creates an instance of Connection |
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
disableTraceRoute()
Get the disable |
static
Connection |
fromJson(JsonReader jsonReader)
Reads an instance of Connection |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Connection |
withDisableTraceRoute(Boolean disableTraceRoute)
Set the disable |
Methods inherited from java.lang.Object
Constructor Details
ConnectionMonitorIcmpConfiguration
public ConnectionMonitorIcmpConfiguration()
Creates an instance of ConnectionMonitorIcmpConfiguration class.
Method Details
disableTraceRoute
public Boolean disableTraceRoute()
Get the disableTraceRoute property: Value indicating whether path evaluation with trace route should be disabled.
Returns:
fromJson
public static ConnectionMonitorIcmpConfiguration fromJson(JsonReader jsonReader)
Reads an instance of ConnectionMonitorIcmpConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withDisableTraceRoute
public ConnectionMonitorIcmpConfiguration withDisableTraceRoute(Boolean disableTraceRoute)
Set the disableTraceRoute property: Value indicating whether path evaluation with trace route should be disabled.
Parameters:
Returns:
Applies to
Azure SDK for Java