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 NetworkExtAttrs struct + AdminStateUp bool + ID string + Name string + NetworkType string + PhysicalNetwork string + SegmentationID string + Shared bool + Status string + Subnets []string + TenantID string + func ExtractCreate(r networks.CreateResult) (*NetworkExtAttrs, error) + func ExtractGet(r networks.GetResult) (*NetworkExtAttrs, error) + func ExtractList(page pagination.Page) ([]NetworkExtAttrs, error) + func ExtractUpdate(r networks.UpdateResult) (*NetworkExtAttrs, error)