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

# Functions

Apply is a method by which can access to apply the public ip.
ChangeToPeriod is is used to change the EIP to prePaid billing mode.
Delete is a method by which can be able to delete a private ip.
No description provided by the author
Get is a method by which can get the detailed information of public ip.
No description provided by the author
Update is a method which can be able to update the port of public ip.

# Structs

ApplyOpts is a struct which is used to create public ip.
ApplyResult is a struct which represents the result of apply public ip.
No description provided by the author
No description provided by the author
No description provided by the author
DeleteResult is a struct of delete result.
GetResult is a return struct of get method.
No description provided by the author
No description provided by the author
PublicIp is a struct that represents a public ip.
No description provided by the author
No description provided by the author
UpdateOpts is a struct which represents the request body of update method NOTE: ip_version and port_id can not be updated at the same time.
UpdateResult is a struct which contains the result of update method.

# Interfaces

ApplyOptsBuilder is an interface by which can build the request body of public ip application.
No description provided by the author
UpdateOptsBuilder is an interface by which can be able to build the request body.