Class ConnectivityHop

java.lang.Object
com.microsoft.azure.management.network.ConnectivityHop

public class ConnectivityHop extends Object
Information about a hop between the source and the destination.
  • Constructor Details

    • ConnectivityHop

      public ConnectivityHop()
  • Method Details

    • type

      public String type()
      Get the type of the hop.
      Returns:
      the type value
    • id

      public String id()
      Get the ID of the hop.
      Returns:
      the id value
    • address

      public String address()
      Get the IP address of the hop.
      Returns:
      the address value
    • resourceId

      public String resourceId()
      Get the ID of the resource corresponding to this hop.
      Returns:
      the resourceId value
    • nextHopIds

      public List<String> nextHopIds()
      Get list of next hop identifiers.
      Returns:
      the nextHopIds value
    • issues

      public List<ConnectivityIssue> issues()
      Get list of issues.
      Returns:
      the issues value