Versions in this module Expand all Collapse all v1 v1.0.0 Oct 28, 2014 Changes in this version + func List(c *gophercloud.ServiceClient) pagination.Pager + type CreateOpts struct + CIDR string + Label string + func (opts CreateOpts) ToNetworkCreateMap() (map[string]interface{}, error) + type CreateOptsBuilder interface + ToNetworkCreateMap func() (map[string]interface{}, error) + type CreateResult struct + func Create(c *gophercloud.ServiceClient, opts CreateOptsBuilder) CreateResult + func (r CreateResult) Extract() (*Network, error) + type DeleteResult struct + func Delete(c *gophercloud.ServiceClient, networkID string) DeleteResult + type GetResult struct + func Get(c *gophercloud.ServiceClient, id string) GetResult + func (r GetResult) Extract() (*Network, error) + type Network struct + CIDR string + ID string + Label string + func ExtractNetworks(page pagination.Page) ([]Network, error) + type NetworkPage struct + func (r NetworkPage) IsEmpty() (bool, error)