Interface NextHop

  • All Superinterfaces:
    com.microsoft.azure.management.resources.fluentcore.model.Executable<NextHop>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<NetworkWatcher>, com.microsoft.azure.management.resources.fluentcore.model.Indexable

    @Beta(V1_2_0)
    public interface NextHop
    extends com.microsoft.azure.management.resources.fluentcore.model.Executable<NextHop>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<NetworkWatcher>
    A client-side representation allowing user to get next hop for a packet from specific vm.
    • Method Detail

      • targetResourceId

        String targetResourceId()
        Get the resource identifier of the target resource against which the action is to be performed.
        Returns:
        the targetResourceId value
      • sourceIPAddress

        String sourceIPAddress()
        Returns:
        the source IP address
      • destinationIPAddress

        String destinationIPAddress()
        Returns:
        the destination IP address
      • targetNetworkInterfaceId

        String targetNetworkInterfaceId()
        Returns:
        the network interface id
      • nextHopType

        NextHopType nextHopType()
        Returns:
        the next hop type
      • nextHopIpAddress

        String nextHopIpAddress()
        Returns:
        the next hop IP Address
      • routeTableId

        String routeTableId()
        Get the resource identifier for the route table associated with the route being returned. If the route being returned does not correspond to any user created routes then this field will be the string 'System Route'.
        Returns:
        the routeTableId value