Uses of Class
com.vmware.nsx_policy.model.BgpNeighborRoutes.Builder
-
Packages that use BgpNeighborRoutes.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of BgpNeighborRoutes.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return BgpNeighborRoutes.Builder Modifier and Type Method Description BgpNeighborRoutes.Builder
BgpNeighborRoutes.Builder. setEdgeNodeRoutes(java.util.List<RoutesPerTransportNode> edgeNodeRoutes)
Array of BGP neighbor route details per edge node.BgpNeighborRoutes.Builder
BgpNeighborRoutes.Builder. setEnforcementPointPath(java.lang.String enforcementPointPath)
Enforcement point policy path This property may be present in responses from the server, but if it is present in a request to server it will be ignored.BgpNeighborRoutes.Builder
BgpNeighborRoutes.Builder. setNeighborPath(java.lang.String neighborPath)
BGP neighbor policy path This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
-