Uses of Class
com.azure.resourcemanager.network.models.ExpressRouteCircuitRoutesTableSummary
-
Packages that use ExpressRouteCircuitRoutesTableSummary Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ExpressRouteCircuitRoutesTableSummary in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ExpressRouteCircuitRoutesTableSummary Modifier and Type Method Description List<ExpressRouteCircuitRoutesTableSummary>ExpressRouteCircuitsRoutesTableSummaryListResultInner. value()Get the value property: A list of the routes table.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ExpressRouteCircuitRoutesTableSummary Modifier and Type Method Description ExpressRouteCircuitsRoutesTableSummaryListResultInnerExpressRouteCircuitsRoutesTableSummaryListResultInner. withValue(List<ExpressRouteCircuitRoutesTableSummary> value)Set the value property: A list of the routes table. -
Uses of ExpressRouteCircuitRoutesTableSummary in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ExpressRouteCircuitRoutesTableSummary Modifier and Type Method Description ExpressRouteCircuitRoutesTableSummaryExpressRouteCircuitRoutesTableSummary. withAs(Integer as)Set the as property: Autonomous system number.ExpressRouteCircuitRoutesTableSummaryExpressRouteCircuitRoutesTableSummary. withNeighbor(String neighbor)Set the neighbor property: IP address of the neighbor.ExpressRouteCircuitRoutesTableSummaryExpressRouteCircuitRoutesTableSummary. withStatePfxRcd(String statePfxRcd)Set the statePfxRcd property: Current state of the BGP session, and the number of prefixes that have been received from a neighbor or peer group.ExpressRouteCircuitRoutesTableSummaryExpressRouteCircuitRoutesTableSummary. withUpDown(String upDown)Set the upDown property: The length of time that the BGP session has been in the Established state, or the current status if not in the Established state.ExpressRouteCircuitRoutesTableSummaryExpressRouteCircuitRoutesTableSummary. withV(Integer v)Set the v property: BGP version number spoken to the neighbor.
-