Uses of Class
com.morpheusdata.model.NetworkRouterBgpNeighbor
Packages that use NetworkRouterBgpNeighbor
-
Uses of NetworkRouterBgpNeighbor in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers with parameters of type NetworkRouterBgpNeighborModifier and TypeMethodDescriptiondefault ServiceResponseNetworkProvider.configureBgpNeighbor(NetworkRouter router, NetworkRouterBgpNeighbor neighbor, Map config) This configuration stage is called before the actual bgp neighbor creation phase in case any pre initialization work needs to be done on the network infrastructuredefault ServiceResponseNetworkProvider.createBgpNeighbor(NetworkRouter router, NetworkRouterBgpNeighbor neighbor) This is called post configure and validation and is where you execute the necessary work on the underlying network infrastructure for bgp neighbor creationdefault ServiceResponseNetworkProvider.deleteBgpNeighbor(NetworkRouter router, NetworkRouterBgpNeighbor neighbor) Execution step for removing a bgp neighbordefault ServiceResponseNetworkProvider.updateBgpNeighbor(NetworkRouter router, NetworkRouterBgpNeighbor neighbor) Execution step for updating the details of a bgp neighbordefault ServiceResponseNetworkProvider.validateBgpNeighbor(NetworkRouter router, NetworkRouterBgpNeighbor neighbor) Called for additional validation of of the bgp neighbor input parameters that the provider may require