package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/golangsdk.git
Documentation: pkg.go.dev

# Functions

Create is a method to create a new security group rule.
Delete is a method to delete an existing security group rule.
ExtractSecurityGroupRules is a method to extract the list of security group rule details.
Get is a method to obtain the security group rule detail.
List is a method to obtain the list of the security group rules.

# Structs

CreateOpts is a struct which will be used to create a new security group rule.
ListOpts allows to filter list data using given parameters.
SecurityGroupRule is a struct that represents the detail of the security group rule.
No description provided by the author