Versions in this module Expand all Collapse all v1 v1.0.23 May 9, 2020 Changes in this version + func List(c *gophercloud.ServiceClient, opts ListOpts) pagination.Pager + type CreateOpts struct + FixedIP string + FloatingIP string + FloatingNetworkID string + PortID string + TenantID string + func (opts CreateOpts) ToFloatingIPCreateMap() (map[string]interface{}, error) + type CreateOptsBuilder interface + ToFloatingIPCreateMap func() (map[string]interface{}, error) + type CreateResult struct + func Create(c *gophercloud.ServiceClient, opts CreateOptsBuilder) (r CreateResult) + func (r CreateResult) Extract() (*FloatingIP, error) + type DeleteResult struct + func Delete(c *gophercloud.ServiceClient, id string) (r DeleteResult) + type FloatingIP struct + FixedIP string + FloatingIP string + FloatingNetworkID string + ID string + PortID string + RouterID string + Status string + TenantID string + func ExtractFloatingIPs(r pagination.Page) ([]FloatingIP, error) + type FloatingIPPage struct + func (r FloatingIPPage) IsEmpty() (bool, error) + func (r FloatingIPPage) NextPageURL() (string, error) + type GetResult struct + func Get(c *gophercloud.ServiceClient, id string) (r GetResult) + func (r GetResult) Extract() (*FloatingIP, error) + type ListOpts struct + FixedIP string + FloatingIP string + FloatingNetworkID string + ID string + Limit int + Marker string + PortID string + RouterID string + SortDir string + SortKey string + Status string + TenantID string + type UpdateOpts struct + FixedIP *string + PortID *string + func (opts UpdateOpts) ToFloatingIPUpdateMap() (map[string]interface{}, error) + type UpdateOptsBuilder interface + ToFloatingIPUpdateMap func() (map[string]interface{}, error) + type UpdateResult struct + func Update(c *gophercloud.ServiceClient, id string, opts UpdateOptsBuilder) (r UpdateResult) + func (r UpdateResult) Extract() (*FloatingIP, error) v1.0.23-3 May 9, 2020