Versions in this module Expand all Collapse all v1 v1.5.0-1 Jun 24, 2023 v1.2.1 Mar 20, 2023 Changes in this version + func ExtractNetworksInto(r pagination.Page, v interface{}) error + func List(c *gophercloud.ServiceClient, opts ListOptsBuilder) pagination.Pager + type CreateOpts struct + AdminStateUp *bool + AvailabilityZoneHints []string + Description string + Name string + ProjectID string + Shared *bool + TenantID 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) (r CreateResult) + func (r CreateResult) Extract() (*Network, error) + func (r CreateResult) ExtractInto(v interface{}) error + type DeleteResult struct + func Delete(c *gophercloud.ServiceClient, networkID string) (r DeleteResult) + type GetResult struct + func Get(c *gophercloud.ServiceClient, id string) (r GetResult) + func (r GetResult) Extract() (*Network, error) + func (r GetResult) ExtractInto(v interface{}) error + type ListOpts struct + AdminStateUp *bool + Description string + ID string + Limit int + Marker string + Name string + NotTags string + NotTagsAny string + ProjectID string + Shared *bool + SortDir string + SortKey string + Status string + Tags string + TagsAny string + TenantID string + func (opts ListOpts) ToNetworkListQuery() (string, error) + type ListOptsBuilder interface + ToNetworkListQuery func() (string, error) + type Network struct + AdminStateUp bool + AvailabilityZoneHints []string + CreatedAt time.Time + Description string + ID string + Name string + ProjectID string + RevisionNumber int + Shared bool + Status string + Subnets []string + Tags []string + TenantID string + UpdatedAt time.Time + func ExtractNetworks(r pagination.Page) ([]Network, error) + func (r *Network) UnmarshalJSON(b []byte) error + type NetworkPage struct + func (r NetworkPage) IsEmpty() (bool, error) + func (r NetworkPage) NextPageURL() (string, error) + type UpdateOpts struct + AdminStateUp *bool + Description *string + Name *string + RevisionNumber *int + Shared *bool + func (opts UpdateOpts) ToNetworkUpdateMap() (map[string]interface{}, error) + type UpdateOptsBuilder interface + ToNetworkUpdateMap func() (map[string]interface{}, error) + type UpdateResult struct + func Update(c *gophercloud.ServiceClient, networkID string, opts UpdateOptsBuilder) (r UpdateResult) + func (r UpdateResult) Extract() (*Network, error) + func (r UpdateResult) ExtractInto(v interface{}) error