Uses of Class
com.azure.resourcemanager.network.models.ExpressRouteCrossConnectionRoutesTableSummary
-
Packages that use ExpressRouteCrossConnectionRoutesTableSummary 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 ExpressRouteCrossConnectionRoutesTableSummary in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ExpressRouteCrossConnectionRoutesTableSummary Modifier and Type Method Description List<ExpressRouteCrossConnectionRoutesTableSummary>ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner. 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 ExpressRouteCrossConnectionRoutesTableSummary Modifier and Type Method Description ExpressRouteCrossConnectionsRoutesTableSummaryListResultInnerExpressRouteCrossConnectionsRoutesTableSummaryListResultInner. withValue(List<ExpressRouteCrossConnectionRoutesTableSummary> value)Set the value property: A list of the routes table. -
Uses of ExpressRouteCrossConnectionRoutesTableSummary in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ExpressRouteCrossConnectionRoutesTableSummary Modifier and Type Method Description ExpressRouteCrossConnectionRoutesTableSummaryExpressRouteCrossConnectionRoutesTableSummary. withAsn(Integer asn)Set the asn property: Autonomous system number.ExpressRouteCrossConnectionRoutesTableSummaryExpressRouteCrossConnectionRoutesTableSummary. withNeighbor(String neighbor)Set the neighbor property: IP address of Neighbor router.ExpressRouteCrossConnectionRoutesTableSummaryExpressRouteCrossConnectionRoutesTableSummary. withStateOrPrefixesReceived(String stateOrPrefixesReceived)Set the stateOrPrefixesReceived property: Current state of the BGP session, and the number of prefixes that have been received from a neighbor or peer group.ExpressRouteCrossConnectionRoutesTableSummaryExpressRouteCrossConnectionRoutesTableSummary. 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.
-