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

# Functions

Create is a method used to create a new private NAT gateway using given parameters.
Delete is a method to remove the specified private NAT gateway using its ID.
Get is a method used to obtain the private NAT gateway detail by its ID.
Update is a method used to modify an existing private NAT gateway using given parameters.

# Structs

CreateOpts is the structure used to create a new private NAT gateway.
DownLinkVpc is an object that represents the subnet configuration to which private NAT gateway belongs.
DownLinkVpcResp is an object that represents the VPC configuration to which private NAT gateway belongs.
Gateway is the structure represents the private NAT gateway details.
UpdateOpts is the structure used to modify an existing private NAT gateway.