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

106 строки
5.8 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.GatewayRoute"
fullName: "com.microsoft.azure.management.network.GatewayRoute"
name: "GatewayRoute"
nameWithType: "GatewayRoute"
summary: "Gateway routing details."
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 **GatewayRoute**"
constructors:
- uid: "com.microsoft.azure.management.network.GatewayRoute.GatewayRoute()"
fullName: "com.microsoft.azure.management.network.GatewayRoute.GatewayRoute()"
name: "GatewayRoute()"
nameWithType: "GatewayRoute.GatewayRoute()"
syntax: "public GatewayRoute()"
methods:
- uid: "com.microsoft.azure.management.network.GatewayRoute.asPath()"
fullName: "com.microsoft.azure.management.network.GatewayRoute.asPath()"
name: "asPath()"
nameWithType: "GatewayRoute.asPath()"
summary: "Get the route's AS path sequence."
syntax: "public String asPath()"
desc: "Get the route's AS path sequence."
returns:
description: "the asPath 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.GatewayRoute.localAddress()"
fullName: "com.microsoft.azure.management.network.GatewayRoute.localAddress()"
name: "localAddress()"
nameWithType: "GatewayRoute.localAddress()"
summary: "Get the gateway's local address."
syntax: "public String localAddress()"
desc: "Get the gateway's local address."
returns:
description: "the localAddress 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.GatewayRoute.network()"
fullName: "com.microsoft.azure.management.network.GatewayRoute.network()"
name: "network()"
nameWithType: "GatewayRoute.network()"
summary: "Get the route's network prefix."
syntax: "public String network()"
desc: "Get the route's network prefix."
returns:
description: "the network 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.GatewayRoute.nextHop()"
fullName: "com.microsoft.azure.management.network.GatewayRoute.nextHop()"
name: "nextHop()"
nameWithType: "GatewayRoute.nextHop()"
summary: "Get the route's next hop."
syntax: "public String nextHop()"
desc: "Get the route's next hop."
returns:
description: "the nextHop 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.GatewayRoute.origin()"
fullName: "com.microsoft.azure.management.network.GatewayRoute.origin()"
name: "origin()"
nameWithType: "GatewayRoute.origin()"
summary: "Get the source this route was learned from."
syntax: "public String origin()"
desc: "Get the source this route was learned from."
returns:
description: "the origin 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.GatewayRoute.sourcePeer()"
fullName: "com.microsoft.azure.management.network.GatewayRoute.sourcePeer()"
name: "sourcePeer()"
nameWithType: "GatewayRoute.sourcePeer()"
summary: "Get the peer this route was learned from."
syntax: "public String sourcePeer()"
desc: "Get the peer this route was learned from."
returns:
description: "the sourcePeer 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.GatewayRoute.weight()"
fullName: "com.microsoft.azure.management.network.GatewayRoute.weight()"
name: "weight()"
nameWithType: "GatewayRoute.weight()"
summary: "Get the route's weight."
syntax: "public Integer weight()"
desc: "Get the route's weight."
returns:
description: "the weight value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Gateway routing details."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4