Versions in this module Expand all Collapse all v1 v1.0.0 Dec 28, 2021 Changes in this version + func ExtractBGPSpeakersInto(r pagination.Page, v interface{}) error + func List(c *gophercloud.ServiceClient) pagination.Pager + type BGPSpeaker struct + AdvertiseFloatingIPHostRoutes bool + AdvertiseTenantNetworks bool + ID string + IPVersion int + LocalAS int + Name string + Networks []string + Peers []string + ProjectID string + TenantID string + func ExtractBGPSpeakers(r pagination.Page) ([]BGPSpeaker, error) + type BGPSpeakerPage struct + func (r BGPSpeakerPage) IsEmpty() (bool, error) + type GetResult struct + func Get(c *gophercloud.ServiceClient, id string) (r GetResult) + func (r GetResult) Extract() (*BGPSpeaker, error) + func (r GetResult) ExtractInto(v interface{}) error Other modules containing this package github.com/pierreprinetti/gophercloud/v2 github.com/pierreprinetti/gophercloud/v3