Versions in this module Expand all Collapse all v1 v1.0.0 Oct 28, 2014 Changes in this version + func List(c *gophercloud.ServiceClient, opts ListOpts) pagination.Pager + type CreateOpts struct + Description string + Name string + type CreateResult struct + func Create(c *gophercloud.ServiceClient, opts CreateOpts) CreateResult + func (r CreateResult) Extract() (*SecGroup, error) + type DeleteResult struct + func Delete(c *gophercloud.ServiceClient, id string) DeleteResult + type GetResult struct + func Get(c *gophercloud.ServiceClient, id string) GetResult + func (r GetResult) Extract() (*SecGroup, error) + type ListOpts struct + ID string + Limit int + Marker string + Name string + SortDir string + SortKey string + TenantID string + type SecGroup struct + Description string + ID string + Name string + Rules []rules.SecGroupRule + TenantID string + func ExtractGroups(page pagination.Page) ([]SecGroup, error) + type SecGroupPage struct + func (p SecGroupPage) IsEmpty() (bool, error) + func (p SecGroupPage) NextPageURL() (string, error)