azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

91 строка
6.1 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.NextHop"
fullName: "com.microsoft.azure.management.network.NextHop"
name: "NextHop"
nameWithType: "NextHop"
summary: "A client-side representation allowing user to get next hop for a packet from specific vm."
syntax: "public interface **NextHop**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Executable?alt=com.microsoft.azure.management.resources.fluentcore.model.Executable&text=Executable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.NextHop?alt=com.microsoft.azure.management.network.NextHop&text=NextHop\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent&text=HasParent\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.NetworkWatcher?alt=com.microsoft.azure.management.network.NetworkWatcher&text=NetworkWatcher\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.network.NextHop.destinationIPAddress()"
fullName: "com.microsoft.azure.management.network.NextHop.destinationIPAddress()"
name: "destinationIPAddress()"
nameWithType: "NextHop.destinationIPAddress()"
modifiers:
- "abstract"
syntax: "public abstract String destinationIPAddress()"
returns:
description: "the destination IP address"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.NextHop.nextHopIpAddress()"
fullName: "com.microsoft.azure.management.network.NextHop.nextHopIpAddress()"
name: "nextHopIpAddress()"
nameWithType: "NextHop.nextHopIpAddress()"
modifiers:
- "abstract"
syntax: "public abstract String nextHopIpAddress()"
returns:
description: "the next hop IP Address"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.NextHop.nextHopType()"
fullName: "com.microsoft.azure.management.network.NextHop.nextHopType()"
name: "nextHopType()"
nameWithType: "NextHop.nextHopType()"
modifiers:
- "abstract"
syntax: "public abstract NextHopType nextHopType()"
returns:
description: "the next hop type"
type: "<xref href=\"com.microsoft.azure.management.network.NextHopType?alt=com.microsoft.azure.management.network.NextHopType&text=NextHopType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.NextHop.routeTableId()"
fullName: "com.microsoft.azure.management.network.NextHop.routeTableId()"
name: "routeTableId()"
nameWithType: "NextHop.routeTableId()"
summary: "Get the resource identifier for the route table associated with the route being returned."
modifiers:
- "abstract"
syntax: "public abstract String routeTableId()"
desc: "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:
description: "the routeTableId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.NextHop.sourceIPAddress()"
fullName: "com.microsoft.azure.management.network.NextHop.sourceIPAddress()"
name: "sourceIPAddress()"
nameWithType: "NextHop.sourceIPAddress()"
modifiers:
- "abstract"
syntax: "public abstract String sourceIPAddress()"
returns:
description: "the source IP address"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.NextHop.targetNetworkInterfaceId()"
fullName: "com.microsoft.azure.management.network.NextHop.targetNetworkInterfaceId()"
name: "targetNetworkInterfaceId()"
nameWithType: "NextHop.targetNetworkInterfaceId()"
modifiers:
- "abstract"
syntax: "public abstract String targetNetworkInterfaceId()"
returns:
description: "the network interface id"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.NextHop.targetResourceId()"
fullName: "com.microsoft.azure.management.network.NextHop.targetResourceId()"
name: "targetResourceId()"
nameWithType: "NextHop.targetResourceId()"
summary: "Get the resource identifier of the target resource against which the action is to be performed."
modifiers:
- "abstract"
syntax: "public abstract String targetResourceId()"
desc: "Get the resource identifier of the target resource against which the action is to be performed."
returns:
description: "the targetResourceId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "A client-side representation allowing user to get next hop for a packet from specific vm."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent&text=HasParent\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.NetworkWatcher?alt=com.microsoft.azure.management.network.NetworkWatcher&text=NetworkWatcher\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Executable?alt=com.microsoft.azure.management.resources.fluentcore.model.Executable&text=Executable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.NextHop?alt=com.microsoft.azure.management.network.NextHop&text=NextHop\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4