github.com/vmware/go-vcloud-director/v2@v2.24.0/.changes/v2.16.0/489-features.md (about)

     1  * Added support for managing NSX-T Edge Gateway BGP Neighbor. It is done by adding types `EdgeBgpNeighbor` and
     2    `types.EdgeBgpNeighbor` with functions `CreateBgpNeighbor`, `GetAllBgpNeighbors`,
     3    `GetBgpNeighborByIp`, `GetBgpNeighborById`, `Update` and `Delete`  [GH-489]