Versions in this module Expand all Collapse all v1 v1.3.0 Feb 14, 2023 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 + Bridge string + BridgeInterface string + Broadcast string + CIDR string + CIDRv6 string + CreatedAt gophercloud.JSONRFC3339MilliNoZ + DHCPStart string + DNS1 string + DNS2 string + Deleted bool + DeletedAt gophercloud.JSONRFC3339MilliNoZ + Gateway string + Gatewayv6 string + Host string + ID string + Injected bool + Label string + MultiHost bool + Netmask string + Netmaskv6 string + Priority int + ProjectID string + RXTXBase int + UpdatedAt gophercloud.JSONRFC3339MilliNoZ + VLAN int + VPNPrivateAddress string + VPNPublicAddress string + VPNPublicPort int + 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)