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

96 строки
5.7 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.ConnectivityHop"
fullName: "com.microsoft.azure.management.network.ConnectivityHop"
name: "ConnectivityHop"
nameWithType: "ConnectivityHop"
summary: "Information about a hop between the source and the destination."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **ConnectivityHop**"
constructors:
- uid: "com.microsoft.azure.management.network.ConnectivityHop.ConnectivityHop()"
fullName: "com.microsoft.azure.management.network.ConnectivityHop.ConnectivityHop()"
name: "ConnectivityHop()"
nameWithType: "ConnectivityHop.ConnectivityHop()"
syntax: "public ConnectivityHop()"
methods:
- uid: "com.microsoft.azure.management.network.ConnectivityHop.address()"
fullName: "com.microsoft.azure.management.network.ConnectivityHop.address()"
name: "address()"
nameWithType: "ConnectivityHop.address()"
summary: "Get the IP address of the hop."
syntax: "public String address()"
desc: "Get the IP address of the hop."
returns:
description: "the address 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.ConnectivityHop.id()"
fullName: "com.microsoft.azure.management.network.ConnectivityHop.id()"
name: "id()"
nameWithType: "ConnectivityHop.id()"
summary: "Get the ID of the hop."
syntax: "public String id()"
desc: "Get the ID of the hop."
returns:
description: "the id 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.ConnectivityHop.issues()"
fullName: "com.microsoft.azure.management.network.ConnectivityHop.issues()"
name: "issues()"
nameWithType: "ConnectivityHop.issues()"
summary: "Get list of issues."
syntax: "public List<ConnectivityIssue> issues()"
desc: "Get list of issues."
returns:
description: "the issues value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.ConnectivityIssue?alt=com.microsoft.azure.management.network.ConnectivityIssue&text=ConnectivityIssue\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.ConnectivityHop.nextHopIds()"
fullName: "com.microsoft.azure.management.network.ConnectivityHop.nextHopIds()"
name: "nextHopIds()"
nameWithType: "ConnectivityHop.nextHopIds()"
summary: "Get list of next hop identifiers."
syntax: "public List<String> nextHopIds()"
desc: "Get list of next hop identifiers."
returns:
description: "the nextHopIds value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.ConnectivityHop.resourceId()"
fullName: "com.microsoft.azure.management.network.ConnectivityHop.resourceId()"
name: "resourceId()"
nameWithType: "ConnectivityHop.resourceId()"
summary: "Get the ID of the resource corresponding to this hop."
syntax: "public String resourceId()"
desc: "Get the ID of the resource corresponding to this hop."
returns:
description: "the resourceId 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.ConnectivityHop.type()"
fullName: "com.microsoft.azure.management.network.ConnectivityHop.type()"
name: "type()"
nameWithType: "ConnectivityHop.type()"
summary: "Get the type of the hop."
syntax: "public String type()"
desc: "Get the type of the hop."
returns:
description: "the type value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Information about a hop between the source and the destination."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4