Uses of Class
com.vmware.nsx_policy.model.RouteDetails
-
Packages that use RouteDetails Package Description com.vmware.nsx_policy.model -
-
Uses of RouteDetails in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return RouteDetails Modifier and Type Method Description static RouteDetailsRouteDetails. _newInstance(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.static RouteDetailsRouteDetails. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.RouteDetailsRouteDetails.Builder. build()Methods in com.vmware.nsx_policy.model that return types with arguments of type RouteDetails Modifier and Type Method Description java.util.List<RouteDetails>RoutesPerTransportNode. getRoutes()Array of BGP neighbor route details for this transport node.Method parameters in com.vmware.nsx_policy.model with type arguments of type RouteDetails Modifier and Type Method Description RoutesPerTransportNode.BuilderRoutesPerTransportNode.Builder. setRoutes(java.util.List<RouteDetails> routes)Array of BGP neighbor route details for this transport node.voidRoutesPerTransportNode. setRoutes(java.util.List<RouteDetails> routes)Array of BGP neighbor route details for this transport node.
-