Class ConnectionMonitorIcmpConfiguration


  • public final class ConnectionMonitorIcmpConfiguration
    extends Object
    Describes the ICMP configuration.
    • Constructor Detail

      • ConnectionMonitorIcmpConfiguration

        public ConnectionMonitorIcmpConfiguration()
    • 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.