package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/golangsdk.git
Documentation: pkg.go.dev
# 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.