Interface ConnectivityCheckResponse


  • public interface ConnectivityCheckResponse
    An immutable client-side representation of ConnectivityCheckResponse.
    • Method Detail

      • hops

        List<ConnectivityHop> hops()
        Gets the hops property: List of hops between the source and the destination.
        Returns:
        the hops value.
      • connectionStatus

        ConnectionStatus connectionStatus()
        Gets the connectionStatus property: The connection status.
        Returns:
        the connectionStatus value.
      • avgLatencyInMs

        Long avgLatencyInMs()
        Gets the avgLatencyInMs property: Average latency in milliseconds.
        Returns:
        the avgLatencyInMs value.
      • minLatencyInMs

        Long minLatencyInMs()
        Gets the minLatencyInMs property: Minimum latency in milliseconds.
        Returns:
        the minLatencyInMs value.
      • maxLatencyInMs

        Long maxLatencyInMs()
        Gets the maxLatencyInMs property: Maximum latency in milliseconds.
        Returns:
        the maxLatencyInMs value.
      • probesSent

        Long probesSent()
        Gets the probesSent property: Total number of probes sent.
        Returns:
        the probesSent value.
      • probesFailed

        Long probesFailed()
        Gets the probesFailed property: Number of failed probes.
        Returns:
        the probesFailed value.
      • innerModel

        ConnectivityCheckResponseInner innerModel()
        Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ConnectivityCheckResponseInner object.
        Returns:
        the inner object.