Versions in this module Expand all Collapse all v2 v2.2.1 Sep 25, 2024 Changes in this version + func ExtractAdvertisedRoutesInto(r pagination.Page, v any) error + func ExtractBGPSpeakersInto(r pagination.Page, v any) error + func GetAdvertisedRoutes(c *gophercloud.ServiceClient, bgpSpeakerID string) pagination.Pager + func List(c *gophercloud.ServiceClient) pagination.Pager + type AddBGPPeerOpts struct + BGPPeerID string + func (opts AddBGPPeerOpts) ToBGPSpeakerAddBGPPeerMap() (map[string]any, error) + type AddBGPPeerOptsBuilder interface + ToBGPSpeakerAddBGPPeerMap func() (map[string]any, error) + type AddBGPPeerResult struct + func AddBGPPeer(ctx context.Context, c *gophercloud.ServiceClient, bgpSpeakerID string, ...) (r AddBGPPeerResult) + func (r AddBGPPeerResult) Extract() (*AddBGPPeerOpts, error) + func (r AddBGPPeerResult) ExtractInto(v any) error + type AddGatewayNetworkOpts struct + NetworkID string + func (opts AddGatewayNetworkOpts) ToBGPSpeakerAddGatewayNetworkMap() (map[string]any, error) + type AddGatewayNetworkOptsBuilder interface + ToBGPSpeakerAddGatewayNetworkMap func() (map[string]any, error) + type AddGatewayNetworkResult struct + func AddGatewayNetwork(ctx context.Context, c *gophercloud.ServiceClient, bgpSpeakerID string, ...) (r AddGatewayNetworkResult) + func (r AddGatewayNetworkResult) Extract() (*AddGatewayNetworkOpts, error) + type AdvertisedRoute struct + Destination string + NextHop string + func ExtractAdvertisedRoutes(r pagination.Page) ([]AdvertisedRoute, error) + type AdvertisedRoutePage struct + func (r AdvertisedRoutePage) IsEmpty() (bool, error) + 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 CreateOpts struct + AdvertiseFloatingIPHostRoutes bool + AdvertiseTenantNetworks bool + IPVersion int + LocalAS string + Name string + Networks []string + func (opts CreateOpts) ToSpeakerCreateMap() (map[string]any, error) + type CreateOptsBuilder interface + ToSpeakerCreateMap func() (map[string]any, error) + type CreateResult struct + func Create(ctx context.Context, c *gophercloud.ServiceClient, opts CreateOpts) (r CreateResult) + func (r CreateResult) Extract() (*BGPSpeaker, error) + func (r CreateResult) ExtractInto(v any) error + type DeleteResult struct + func Delete(ctx context.Context, c *gophercloud.ServiceClient, speakerID string) (r DeleteResult) + type GetResult struct + func Get(ctx context.Context, c *gophercloud.ServiceClient, id string) (r GetResult) + func (r GetResult) Extract() (*BGPSpeaker, error) + func (r GetResult) ExtractInto(v any) error + type RemoveBGPPeerOpts AddBGPPeerOpts + func (opts RemoveBGPPeerOpts) ToBGPSpeakerRemoveBGPPeerMap() (map[string]any, error) + type RemoveBGPPeerOptsBuilder interface + ToBGPSpeakerRemoveBGPPeerMap func() (map[string]any, error) + type RemoveBGPPeerResult struct + func RemoveBGPPeer(ctx context.Context, c *gophercloud.ServiceClient, bgpSpeakerID string, ...) (r RemoveBGPPeerResult) + type RemoveGatewayNetworkOpts AddGatewayNetworkOpts + func (opts RemoveGatewayNetworkOpts) ToBGPSpeakerRemoveGatewayNetworkMap() (map[string]any, error) + type RemoveGatewayNetworkOptsBuilder interface + ToBGPSpeakerRemoveGatewayNetworkMap func() (map[string]any, error) + type RemoveGatewayNetworkResult struct + func RemoveGatewayNetwork(ctx context.Context, c *gophercloud.ServiceClient, bgpSpeakerID string, ...) (r RemoveGatewayNetworkResult) + type UpdateOpts struct + AdvertiseFloatingIPHostRoutes bool + AdvertiseTenantNetworks bool + Name string + func (opts UpdateOpts) ToSpeakerUpdateMap() (map[string]any, error) + type UpdateOptsBuilder interface + ToSpeakerUpdateMap func() (map[string]any, error) + type UpdateResult struct + func Update(ctx context.Context, c *gophercloud.ServiceClient, speakerID string, ...) (r UpdateResult) + func (r UpdateResult) Extract() (*BGPSpeaker, error) + func (r UpdateResult) ExtractInto(v any) error