Versions in this module Expand all Collapse all v1 v1.0.0 Oct 28, 2014 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 + type CreateResult struct + func Create(c *gophercloud.ServiceClient, opts CreateOpts) CreateResult + func (r CreateResult) Extract() (*FloatingIP, error) + type DeleteResult struct + func Delete(c *gophercloud.ServiceClient, id string) DeleteResult + type FloatingIP struct + FixedIP string + FloatingIP string + FloatingNetworkID string + ID string + PortID string + Status string + TenantID string + func ExtractFloatingIPs(page pagination.Page) ([]FloatingIP, error) + type FloatingIPPage struct + func (p FloatingIPPage) IsEmpty() (bool, error) + func (p FloatingIPPage) NextPageURL() (string, error) + type GetResult struct + func Get(c *gophercloud.ServiceClient, id string) GetResult + func (r GetResult) Extract() (*FloatingIP, error) + type ListOpts struct + FixedIP string + FloatingIP string + FloatingNetworkID string + ID string + Limit int + Marker string + PortID string + SortDir string + SortKey string + TenantID string + type UpdateOpts struct + PortID string + type UpdateResult struct + func Update(c *gophercloud.ServiceClient, id string, opts UpdateOpts) UpdateResult + func (r UpdateResult) Extract() (*FloatingIP, error)