Uses of Class
com.azure.resourcemanager.network.models.ExpressRouteCircuitRoutesTableSummary
Packages that use ExpressRouteCircuitRoutesTableSummary
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 ExpressRouteCircuitRoutesTableSummaryModifier and TypeMethodDescriptionExpressRouteCircuitsRoutesTableSummaryListResultInner.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 ExpressRouteCircuitRoutesTableSummaryModifier and TypeMethodDescriptionExpressRouteCircuitsRoutesTableSummaryListResultInner.withValue(List<ExpressRouteCircuitRoutesTableSummary> value) Set the value property: A list of the routes table. -
Uses of ExpressRouteCircuitRoutesTableSummary in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ExpressRouteCircuitRoutesTableSummaryModifier and TypeClassDescriptionfinal classThe routes table associated with the ExpressRouteCircuit.Methods in com.azure.resourcemanager.network.models that return ExpressRouteCircuitRoutesTableSummaryModifier and TypeMethodDescriptionExpressRouteCircuitRoutesTableSummary.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressRouteCircuitRoutesTableSummary from the JsonReader.Set the as property: Autonomous system number.ExpressRouteCircuitRoutesTableSummary.withNeighbor(String neighbor) Set the neighbor property: IP address of the neighbor.ExpressRouteCircuitRoutesTableSummary.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.ExpressRouteCircuitRoutesTableSummary.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.Set the v property: BGP version number spoken to the neighbor.