Uses of Class
com.azure.resourcemanager.network.models.RouteSourceDetails
Packages that use RouteSourceDetails
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of RouteSourceDetails in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return RouteSourceDetailsModifier and TypeMethodDescriptionstatic RouteSourceDetailsRouteSourceDetails.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RouteSourceDetails from the JsonReader.RouteSourceDetails.withCircuit(String circuit) Set the circuit property: Express Route Circuit identifier.Set the pri property: Flag to indicate if the route learned from the primary device is active or passive.Set the sec property: Flag to indicate if the route learned from the secondary device is active or passive.Methods in com.azure.resourcemanager.network.models that return types with arguments of type RouteSourceDetailsModifier and TypeMethodDescriptionGatewayRouteSet.details()Get the details property: List of different Route Sources.Method parameters in com.azure.resourcemanager.network.models with type arguments of type RouteSourceDetailsModifier and TypeMethodDescriptionGatewayRouteSet.withDetails(Map<String, List<RouteSourceDetails>> details) Set the details property: List of different Route Sources.