Versions in this module Expand all Collapse all v3 v3.0.0 Jan 5, 2022 Changes in this version + func List(client *gophercloud.ServiceClient) pagination.Pager + type GetResult struct + func Get(client *gophercloud.ServiceClient, id string) (r GetResult) + type Network struct + CIDR string + ID string + Name string + func ExtractNetworks(r pagination.Page) ([]Network, error) + type NetworkPage struct + func (page NetworkPage) IsEmpty() (bool, error) + type NetworkResult struct + func (r NetworkResult) Extract() (*Network, error) Other modules containing this package github.com/pierreprinetti/gophercloud github.com/pierreprinetti/gophercloud/v2