198 строки
14 KiB
YAML
198 строки
14 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute"
|
|
fullName: "com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute"
|
|
name: "VirtualHubEffectiveRoute"
|
|
nameWithType: "VirtualHubEffectiveRoute"
|
|
summary: "The effective route configured on the virtual hub or specified resource."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **VirtualHubEffectiveRoute**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute?alt=com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute&text=VirtualHubEffectiveRoute\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute.VirtualHubEffectiveRoute()"
|
|
fullName: "com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute.VirtualHubEffectiveRoute()"
|
|
name: "VirtualHubEffectiveRoute()"
|
|
nameWithType: "VirtualHubEffectiveRoute.VirtualHubEffectiveRoute()"
|
|
summary: "Creates an instance of Virtual<wbr>Hub<wbr>Effective<wbr>Route class."
|
|
syntax: "public VirtualHubEffectiveRoute()"
|
|
desc: "Creates an instance of VirtualHubEffectiveRoute class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute.addressPrefixes()"
|
|
fullName: "com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute.addressPrefixes()"
|
|
name: "addressPrefixes()"
|
|
nameWithType: "VirtualHubEffectiveRoute.addressPrefixes()"
|
|
summary: "Get the address<wbr>Prefixes property: The list of address prefixes."
|
|
syntax: "public List<String> addressPrefixes()"
|
|
desc: "Get the addressPrefixes property: The list of address prefixes."
|
|
returns:
|
|
description: "the addressPrefixes value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute.asPath()"
|
|
fullName: "com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute.asPath()"
|
|
name: "asPath()"
|
|
nameWithType: "VirtualHubEffectiveRoute.asPath()"
|
|
summary: "Get the as<wbr>Path property: The ASPath of this route."
|
|
syntax: "public String asPath()"
|
|
desc: "Get the asPath property: The ASPath of this route."
|
|
returns:
|
|
description: "the asPath value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "VirtualHubEffectiveRoute.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Virtual<wbr>Hub<wbr>Effective<wbr>Route from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static VirtualHubEffectiveRoute fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the VirtualHubEffectiveRoute."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of VirtualHubEffectiveRoute from the JsonReader."
|
|
returns:
|
|
description: "An instance of VirtualHubEffectiveRoute if the JsonReader was pointing to an instance of it, or null if\n it was pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute?alt=com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute&text=VirtualHubEffectiveRoute\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute.nextHopType()"
|
|
fullName: "com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute.nextHopType()"
|
|
name: "nextHopType()"
|
|
nameWithType: "VirtualHubEffectiveRoute.nextHopType()"
|
|
summary: "Get the next<wbr>Hop<wbr>Type property: The type of the next hop."
|
|
syntax: "public String nextHopType()"
|
|
desc: "Get the nextHopType property: The type of the next hop."
|
|
returns:
|
|
description: "the nextHopType value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute.nextHops()"
|
|
fullName: "com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute.nextHops()"
|
|
name: "nextHops()"
|
|
nameWithType: "VirtualHubEffectiveRoute.nextHops()"
|
|
summary: "Get the next<wbr>Hops property: The list of next hops."
|
|
syntax: "public List<String> nextHops()"
|
|
desc: "Get the nextHops property: The list of next hops."
|
|
returns:
|
|
description: "the nextHops value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute.routeOrigin()"
|
|
fullName: "com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute.routeOrigin()"
|
|
name: "routeOrigin()"
|
|
nameWithType: "VirtualHubEffectiveRoute.routeOrigin()"
|
|
summary: "Get the route<wbr>Origin property: The origin of this route."
|
|
syntax: "public String routeOrigin()"
|
|
desc: "Get the routeOrigin property: The origin of this route."
|
|
returns:
|
|
description: "the routeOrigin value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "VirtualHubEffectiveRoute.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute.validate()"
|
|
fullName: "com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute.validate()"
|
|
name: "validate()"
|
|
nameWithType: "VirtualHubEffectiveRoute.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute.withAddressPrefixes(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute.withAddressPrefixes(List<String> addressPrefixes)"
|
|
name: "withAddressPrefixes(List<String> addressPrefixes)"
|
|
nameWithType: "VirtualHubEffectiveRoute.withAddressPrefixes(List<String> addressPrefixes)"
|
|
summary: "Set the address<wbr>Prefixes property: The list of address prefixes."
|
|
parameters:
|
|
- description: "the addressPrefixes value to set."
|
|
name: "addressPrefixes"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public VirtualHubEffectiveRoute withAddressPrefixes(List<String> addressPrefixes)"
|
|
desc: "Set the addressPrefixes property: The list of address prefixes."
|
|
returns:
|
|
description: "the VirtualHubEffectiveRoute object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute?alt=com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute&text=VirtualHubEffectiveRoute\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute.withAsPath(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute.withAsPath(String asPath)"
|
|
name: "withAsPath(String asPath)"
|
|
nameWithType: "VirtualHubEffectiveRoute.withAsPath(String asPath)"
|
|
summary: "Set the as<wbr>Path property: The ASPath of this route."
|
|
parameters:
|
|
- description: "the asPath value to set."
|
|
name: "asPath"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public VirtualHubEffectiveRoute withAsPath(String asPath)"
|
|
desc: "Set the asPath property: The ASPath of this route."
|
|
returns:
|
|
description: "the VirtualHubEffectiveRoute object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute?alt=com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute&text=VirtualHubEffectiveRoute\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute.withNextHopType(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute.withNextHopType(String nextHopType)"
|
|
name: "withNextHopType(String nextHopType)"
|
|
nameWithType: "VirtualHubEffectiveRoute.withNextHopType(String nextHopType)"
|
|
summary: "Set the next<wbr>Hop<wbr>Type property: The type of the next hop."
|
|
parameters:
|
|
- description: "the nextHopType value to set."
|
|
name: "nextHopType"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public VirtualHubEffectiveRoute withNextHopType(String nextHopType)"
|
|
desc: "Set the nextHopType property: The type of the next hop."
|
|
returns:
|
|
description: "the VirtualHubEffectiveRoute object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute?alt=com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute&text=VirtualHubEffectiveRoute\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute.withNextHops(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute.withNextHops(List<String> nextHops)"
|
|
name: "withNextHops(List<String> nextHops)"
|
|
nameWithType: "VirtualHubEffectiveRoute.withNextHops(List<String> nextHops)"
|
|
summary: "Set the next<wbr>Hops property: The list of next hops."
|
|
parameters:
|
|
- description: "the nextHops value to set."
|
|
name: "nextHops"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public VirtualHubEffectiveRoute withNextHops(List<String> nextHops)"
|
|
desc: "Set the nextHops property: The list of next hops."
|
|
returns:
|
|
description: "the VirtualHubEffectiveRoute object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute?alt=com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute&text=VirtualHubEffectiveRoute\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute.withRouteOrigin(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute.withRouteOrigin(String routeOrigin)"
|
|
name: "withRouteOrigin(String routeOrigin)"
|
|
nameWithType: "VirtualHubEffectiveRoute.withRouteOrigin(String routeOrigin)"
|
|
summary: "Set the route<wbr>Origin property: The origin of this route."
|
|
parameters:
|
|
- description: "the routeOrigin value to set."
|
|
name: "routeOrigin"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public VirtualHubEffectiveRoute withRouteOrigin(String routeOrigin)"
|
|
desc: "Set the routeOrigin property: The origin of this route."
|
|
returns:
|
|
description: "the VirtualHubEffectiveRoute object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute?alt=com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute&text=VirtualHubEffectiveRoute\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The effective route configured on the virtual hub or specified resource."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute?alt=com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute&text=VirtualHubEffectiveRoute\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.network.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.44.0
|