Class HopLinkProperties

java.lang.Object
com.azure.resourcemanager.network.fluent.models.HopLinkProperties

public final class HopLinkProperties extends Object
Hop link properties.
  • Constructor Details

    • HopLinkProperties

      public HopLinkProperties()
      Creates an instance of HopLinkProperties class.
  • Method Details

    • roundTripTimeMin

      public Long roundTripTimeMin()
      Get the roundTripTimeMin property: Minimum roundtrip time in milliseconds.
      Returns:
      the roundTripTimeMin value.
    • roundTripTimeAvg

      public Long roundTripTimeAvg()
      Get the roundTripTimeAvg property: Average roundtrip time in milliseconds.
      Returns:
      the roundTripTimeAvg value.
    • roundTripTimeMax

      public Long roundTripTimeMax()
      Get the roundTripTimeMax property: Maximum roundtrip time in milliseconds.
      Returns:
      the roundTripTimeMax value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.