Versions in this module Expand all Collapse all v1 v1.0.0 Oct 28, 2014 Changes in this version + const DirEgress + const DirIngress + const Ether4 + const Ether6 + const ProtocolICMP + const ProtocolTCP + const ProtocolUDP + func List(c *gophercloud.ServiceClient, opts ListOpts) pagination.Pager + type CreateOpts struct + Direction string + EtherType string + PortRangeMax int + PortRangeMin int + Protocol string + RemoteGroupID string + RemoteIPPrefix string + SecGroupID string + type CreateResult struct + func Create(c *gophercloud.ServiceClient, opts CreateOpts) CreateResult + func (r CreateResult) Extract() (*SecGroupRule, 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() (*SecGroupRule, error) + type ListOpts struct + Direction string + EtherType string + ID string + Limit int + Marker string + PortRangeMax int + PortRangeMin int + Protocol string + RemoteGroupID string + RemoteIPPrefix string + SecGroupID string + SortDir string + SortKey string + TenantID string + type SecGroupRule struct + Direction string + EtherType string + ID string + PortRangeMax int + PortRangeMin int + Protocol string + RemoteGroupID string + RemoteIPPrefix string + SecGroupID string + TenantID string + func ExtractRules(page pagination.Page) ([]SecGroupRule, error) + type SecGroupRulePage struct + func (p SecGroupRulePage) IsEmpty() (bool, error) + func (p SecGroupRulePage) NextPageURL() (string, error)