HopLink Class

  • java.lang.Object
    • com.azure.resourcemanager.network.models.HopLink

public final class HopLink

Hop link.

Constructor Summary

Constructor Description
HopLink()

Creates an instance of HopLink class.

Method Summary

Modifier and Type Method and Description
Map<String,String> context()

Get the context property: Provides additional context on links.

List<ConnectivityIssue> issues()

Get the issues property: List of issues.

String linkType()

Get the linkType property: Link type.

String nextHopId()

Get the nextHopId property: The ID of the next hop.

String resourceId()

Get the resourceId property: Resource ID.

Long roundTripTimeAvg()

Get the roundTripTimeAvg property: Average roundtrip time in milliseconds.

Long roundTripTimeMax()

Get the roundTripTimeMax property: Maximum roundtrip time in milliseconds.

Long roundTripTimeMin()

Get the roundTripTimeMin property: Minimum roundtrip time in milliseconds.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

public HopLink()

Creates an instance of HopLink class.

Method Details

public Map context()

Get the context property: Provides additional context on links.

Returns:

the context value.

public List issues()

Get the issues property: List of issues.

Returns:

the issues value.

public String linkType()

Get the linkType property: Link type.

Returns:

the linkType value.

public String nextHopId()

Get the nextHopId property: The ID of the next hop.

Returns:

the nextHopId value.

public String resourceId()

Get the resourceId property: Resource ID.

Returns:

the resourceId value.

public Long roundTripTimeAvg()

Get the roundTripTimeAvg property: Average roundtrip time in milliseconds.

Returns:

the roundTripTimeAvg value.

public Long roundTripTimeMax()

Get the roundTripTimeMax property: Maximum roundtrip time in milliseconds.

Returns:

the roundTripTimeMax value.

public Long roundTripTimeMin()

Get the roundTripTimeMin property: Minimum roundtrip time in milliseconds.

Returns:

the roundTripTimeMin value.

public void validate()

Validates the instance.

Applies to