Class HopLinkProperties
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.HopLinkProperties
-
public final class HopLinkProperties extends Object
Hop link properties.
-
-
Constructor Summary
Constructors Constructor Description HopLinkProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LongroundTripTimeAvg()Get the roundTripTimeAvg property: Average roundtrip time in milliseconds.LongroundTripTimeMax()Get the roundTripTimeMax property: Maximum roundtrip time in milliseconds.LongroundTripTimeMin()Get the roundTripTimeMin property: Minimum roundtrip time in milliseconds.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
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.
-
-