Versions in this module Expand all Collapse all v1 v1.0.0 Oct 28, 2014 Changes in this version + type AdminState *bool + var Down AdminState = &iFalse + var Up AdminState = &iTrue + type CreateOpts struct + External bool + Parent networks.CreateOpts + func (o CreateOpts) ToNetworkCreateMap() (map[string]interface{}, error) + type NetworkExternal struct + AdminStateUp bool + External bool + ID string + Name string + Shared bool + Status string + Subnets []string + TenantID string + func ExtractCreate(r networks.CreateResult) (*NetworkExternal, error) + func ExtractGet(r networks.GetResult) (*NetworkExternal, error) + func ExtractList(page pagination.Page) ([]NetworkExternal, error) + func ExtractUpdate(r networks.UpdateResult) (*NetworkExternal, error) + type UpdateOpts struct + External bool + Parent networks.UpdateOpts + func (o UpdateOpts) ToNetworkUpdateMap() (map[string]interface{}, error)