Versions in this module Expand all Collapse all v1 v1.0.0 Dec 28, 2021 Changes in this version + func List(client *gophercloud.ServiceClient) pagination.Pager + type CreateOpts struct + CIDR string + FromPort int + IPProtocol string + ToPort int + func (opts CreateOpts) ToRuleCreateMap() (map[string]interface{}, error) + type CreateOptsBuilder interface + ToRuleCreateMap func() (map[string]interface{}, error) + type CreateResult struct + func Create(client *gophercloud.ServiceClient, opts CreateOptsBuilder) (r CreateResult) + func (r CreateResult) Extract() (*DefaultRule, error) + type DefaultRule secgroups.Rule + func ExtractDefaultRules(r pagination.Page) ([]DefaultRule, error) + func (r *DefaultRule) UnmarshalJSON(b []byte) error + type DefaultRulePage struct + func (page DefaultRulePage) IsEmpty() (bool, error) + type DeleteResult struct + func Delete(client *gophercloud.ServiceClient, id string) (r DeleteResult) + type GetResult struct + func Get(client *gophercloud.ServiceClient, id string) (r GetResult) + func (r GetResult) Extract() (*DefaultRule, error) Other modules containing this package github.com/pierreprinetti/gophercloud/v2 github.com/pierreprinetti/gophercloud/v3