Class HopLinkProperties
java.lang.Object
com.azure.resourcemanager.network.fluent.models.HopLinkProperties
Hop link properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the roundTripTimeAvg property: Average roundtrip time in milliseconds.Get the roundTripTimeMax property: Maximum roundtrip time in milliseconds.Get the roundTripTimeMin property: Minimum roundtrip time in milliseconds.voidvalidate()Validates the instance.
-
Constructor Details
-
HopLinkProperties
public HopLinkProperties()Creates an instance of HopLinkProperties class.
-
-
Method Details
-
roundTripTimeMin
Get the roundTripTimeMin property: Minimum roundtrip time in milliseconds.- Returns:
- the roundTripTimeMin value.
-
roundTripTimeAvg
Get the roundTripTimeAvg property: Average roundtrip time in milliseconds.- Returns:
- the roundTripTimeAvg value.
-
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.
-