Versions in this module Expand all Collapse all v3 v3.0.0 Jan 5, 2022 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 github.com/pierreprinetti/gophercloud/v2