Versions in this module Expand all Collapse all v1 v1.0.0 Oct 28, 2014 Changes in this version + func List(c *gophercloud.ServiceClient, instanceID string) pagination.Pager + type CreateResult struct + func Create(c *gophercloud.ServiceClient, instanceID, networkID string) CreateResult + func (r CreateResult) Extract() (*VirtualInterface, error) + type DeleteResult struct + func Delete(c *gophercloud.ServiceClient, instanceID, interfaceID string) DeleteResult + type IPAddress struct + Address string + NetworkID string + NetworkLabel string + type VirtualInterface struct + ID string + IPAddresses []IPAddress + MACAddress string + func ExtractVirtualInterfaces(page pagination.Page) ([]VirtualInterface, error) + type VirtualInterfacePage struct + func (r VirtualInterfacePage) IsEmpty() (bool, error)