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 RouteDetails
RouteDetails. _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 RouteDetails
RouteDetails. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.RouteDetails
RouteDetails.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.Builder
RoutesPerTransportNode.Builder. setRoutes(java.util.List<RouteDetails> routes)
Array of BGP neighbor route details for this transport node.void
RoutesPerTransportNode. setRoutes(java.util.List<RouteDetails> routes)
Array of BGP neighbor route details for this transport node.
-