Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
func Create(c *gophercloud.ServiceClient, opts os.CreateOpts) os.CreateResult
Create is an operation which provisions a new security group with default security group rules for the IPv4 and IPv6 ether types.
func Delete ¶
func Delete(c *gophercloud.ServiceClient, id string) os.DeleteResult
Delete will permanently delete a particular security group based on its unique ID.
func Get ¶
func Get(c *gophercloud.ServiceClient, id string) os.GetResult
Get retrieves a particular security group based on its unique ID.
func List ¶
func List(c *gophercloud.ServiceClient, opts os.ListOpts) pagination.Pager
List returns a Pager which allows you to iterate over a collection of security groups. It accepts a ListOpts struct, which allows you to filter and sort the returned collection for greater efficiency.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.