Uses of Class
com.azure.resourcemanager.network.models.ExpressRouteCrossConnectionRoutesTableSummary
Packages that use ExpressRouteCrossConnectionRoutesTableSummary
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 ExpressRouteCrossConnectionRoutesTableSummaryModifier and TypeMethodDescriptionExpressRouteCrossConnectionsRoutesTableSummaryListResultInner.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 ExpressRouteCrossConnectionRoutesTableSummaryModifier and TypeMethodDescriptionExpressRouteCrossConnectionsRoutesTableSummaryListResultInner.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 ExpressRouteCrossConnectionRoutesTableSummaryModifier and TypeMethodDescriptionExpressRouteCrossConnectionRoutesTableSummary.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressRouteCrossConnectionRoutesTableSummary from the JsonReader.Set the asn property: Autonomous system number.ExpressRouteCrossConnectionRoutesTableSummary.withNeighbor(String neighbor) Set the neighbor property: IP address of Neighbor router.ExpressRouteCrossConnectionRoutesTableSummary.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.ExpressRouteCrossConnectionRoutesTableSummary.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.