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

# Functions

Create is a method by which can create a new snat rule.
Delete is a method by which can be able to delete a snat rule.
Get is a method by which can get the detailed information of the specified snat rule.
Update is a method by which can update a snat rule.

# Structs

CreateOpts contains all the values needed to create a new snat rule resource.
CreateResult is a return struct of create method.
DeleteResult is a return struct of delete method.
GetResult is a return struct of get method.
SnatRule is a struct that represents a snat rule.
UpdateOpts contains all the values needed to update a snat rule resource.
UpdateResult is a return struct of update method.

# Interfaces

CreateOptsBuilder is an interface must satisfy to be used as Create options.
UpdateOptsBuilder is an interface must satisfy to be used as Update options.