Home
last modified time | relevance | path

Searched refs:create_bgp_peer (Results 1 – 5 of 5) sorted by relevance

/dports/net/py-python-neutronclient/python-neutronclient-7.2.1/neutronclient/osc/v2/dynamic_routing/
H A Dbgp_peer.py102 obj = client.create_bgp_peer(body)[constants.BGP_PEER]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/cloudengine/
H A Dce_bgp_neighbor.py1360 def create_bgp_peer(self, **kwargs): member in BgpNeighbor
1935 cmd = ce_bgp_peer_obj.create_bgp_peer(module=module)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/modules/network/cloudengine/
H A Dce_bgp_neighbor.py1358 def create_bgp_peer(self, **kwargs): member in BgpNeighbor
1933 cmd = ce_bgp_peer_obj.create_bgp_peer(module=module)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/modules/
H A Dce_bgp_neighbor.py1358 def create_bgp_peer(self, **kwargs): member in BgpNeighbor
1933 cmd = ce_bgp_peer_obj.create_bgp_peer(module=module)
/dports/net/py-python-neutronclient/python-neutronclient-7.2.1/neutronclient/v2_0/
H A Dclient.py2118 def create_bgp_peer(self, body=None): member in Client