156 строки
12 KiB
YAML
156 строки
12 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary"
|
|
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary"
|
|
name: "ExpressRouteCircuitRoutesTableSummary"
|
|
nameWithType: "ExpressRouteCircuitRoutesTableSummary"
|
|
summary: "The routes table associated with the Express<wbr>Route<wbr>Circuit."
|
|
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 **ExpressRouteCircuitRoutesTableSummary**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary.ExpressRouteCircuitRoutesTableSummary()"
|
|
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary.ExpressRouteCircuitRoutesTableSummary()"
|
|
name: "ExpressRouteCircuitRoutesTableSummary()"
|
|
nameWithType: "ExpressRouteCircuitRoutesTableSummary.ExpressRouteCircuitRoutesTableSummary()"
|
|
syntax: "public ExpressRouteCircuitRoutesTableSummary()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary.as()"
|
|
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary.as()"
|
|
name: "as()"
|
|
nameWithType: "ExpressRouteCircuitRoutesTableSummary.as()"
|
|
summary: "Get autonomous system number."
|
|
syntax: "public Integer as()"
|
|
desc: "Get autonomous system number."
|
|
returns:
|
|
description: "the as value"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary.neighbor()"
|
|
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary.neighbor()"
|
|
name: "neighbor()"
|
|
nameWithType: "ExpressRouteCircuitRoutesTableSummary.neighbor()"
|
|
summary: "Get iP address of the neighbor."
|
|
syntax: "public String neighbor()"
|
|
desc: "Get iP address of the neighbor."
|
|
returns:
|
|
description: "the neighbor 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.ExpressRouteCircuitRoutesTableSummary.statePfxRcd()"
|
|
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary.statePfxRcd()"
|
|
name: "statePfxRcd()"
|
|
nameWithType: "ExpressRouteCircuitRoutesTableSummary.statePfxRcd()"
|
|
summary: "Get current state of the BGP session, and the number of prefixes that have been received from a neighbor or peer group."
|
|
syntax: "public String statePfxRcd()"
|
|
desc: "Get current state of the BGP session, and the number of prefixes that have been received from a neighbor or peer group."
|
|
returns:
|
|
description: "the statePfxRcd 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.ExpressRouteCircuitRoutesTableSummary.upDown()"
|
|
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary.upDown()"
|
|
name: "upDown()"
|
|
nameWithType: "ExpressRouteCircuitRoutesTableSummary.upDown()"
|
|
summary: "Get the length of time that the BGP session has been in the Established state, or the current status if not in the Established state."
|
|
syntax: "public String upDown()"
|
|
desc: "Get the length of time that the BGP session has been in the Established state, or the current status if not in the Established state."
|
|
returns:
|
|
description: "the upDown 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.ExpressRouteCircuitRoutesTableSummary.v()"
|
|
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary.v()"
|
|
name: "v()"
|
|
nameWithType: "ExpressRouteCircuitRoutesTableSummary.v()"
|
|
summary: "Get bGP version number spoken to the neighbor."
|
|
syntax: "public Integer v()"
|
|
desc: "Get bGP version number spoken to the neighbor."
|
|
returns:
|
|
description: "the v value"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary.withAs(java.lang.Integer)"
|
|
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary.withAs(Integer as)"
|
|
name: "withAs(Integer as)"
|
|
nameWithType: "ExpressRouteCircuitRoutesTableSummary.withAs(Integer as)"
|
|
summary: "Set autonomous system number."
|
|
parameters:
|
|
- description: "the as value to set"
|
|
name: "as"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ExpressRouteCircuitRoutesTableSummary withAs(Integer as)"
|
|
desc: "Set autonomous system number."
|
|
returns:
|
|
description: "the ExpressRouteCircuitRoutesTableSummary object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary?alt=com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary&text=ExpressRouteCircuitRoutesTableSummary\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary.withNeighbor(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary.withNeighbor(String neighbor)"
|
|
name: "withNeighbor(String neighbor)"
|
|
nameWithType: "ExpressRouteCircuitRoutesTableSummary.withNeighbor(String neighbor)"
|
|
summary: "Set iP address of the neighbor."
|
|
parameters:
|
|
- description: "the neighbor value to set"
|
|
name: "neighbor"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ExpressRouteCircuitRoutesTableSummary withNeighbor(String neighbor)"
|
|
desc: "Set iP address of the neighbor."
|
|
returns:
|
|
description: "the ExpressRouteCircuitRoutesTableSummary object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary?alt=com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary&text=ExpressRouteCircuitRoutesTableSummary\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary.withStatePfxRcd(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary.withStatePfxRcd(String statePfxRcd)"
|
|
name: "withStatePfxRcd(String statePfxRcd)"
|
|
nameWithType: "ExpressRouteCircuitRoutesTableSummary.withStatePfxRcd(String statePfxRcd)"
|
|
summary: "Set current state of the BGP session, and the number of prefixes that have been received from a neighbor or peer group."
|
|
parameters:
|
|
- description: "the statePfxRcd value to set"
|
|
name: "statePfxRcd"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ExpressRouteCircuitRoutesTableSummary withStatePfxRcd(String statePfxRcd)"
|
|
desc: "Set current state of the BGP session, and the number of prefixes that have been received from a neighbor or peer group."
|
|
returns:
|
|
description: "the ExpressRouteCircuitRoutesTableSummary object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary?alt=com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary&text=ExpressRouteCircuitRoutesTableSummary\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary.withUpDown(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary.withUpDown(String upDown)"
|
|
name: "withUpDown(String upDown)"
|
|
nameWithType: "ExpressRouteCircuitRoutesTableSummary.withUpDown(String upDown)"
|
|
summary: "Set the length of time that the BGP session has been in the Established state, or the current status if not in the Established state."
|
|
parameters:
|
|
- description: "the upDown value to set"
|
|
name: "upDown"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ExpressRouteCircuitRoutesTableSummary withUpDown(String upDown)"
|
|
desc: "Set the length of time that the BGP session has been in the Established state, or the current status if not in the Established state."
|
|
returns:
|
|
description: "the ExpressRouteCircuitRoutesTableSummary object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary?alt=com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary&text=ExpressRouteCircuitRoutesTableSummary\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary.withV(java.lang.Integer)"
|
|
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary.withV(Integer v)"
|
|
name: "withV(Integer v)"
|
|
nameWithType: "ExpressRouteCircuitRoutesTableSummary.withV(Integer v)"
|
|
summary: "Set bGP version number spoken to the neighbor."
|
|
parameters:
|
|
- description: "the v value to set"
|
|
name: "v"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ExpressRouteCircuitRoutesTableSummary withV(Integer v)"
|
|
desc: "Set bGP version number spoken to the neighbor."
|
|
returns:
|
|
description: "the ExpressRouteCircuitRoutesTableSummary object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary?alt=com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary&text=ExpressRouteCircuitRoutesTableSummary\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The routes table associated with the ExpressRouteCircuit."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|