package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/golangsdk.git
Documentation: pkg.go.dev
# Functions
BatchAction is method which can be able to add/delete/protect/un-protect/standby/un-standby numbers instances.
BatchAdd is a method by which can add numbers of instances into a group.
BatchDelete is a method by which can delete numbers of instances from a group.
Delete is a method by which can be able to delete an instance from a group.
List is a method by which can be able to access the list function that can get instances of a group.
# Structs
BatchOpts is a struct which represents parameters of batch operations.
BatchResult is a struct which contains the result of batch operations.
No description provided by the author
DeleteResult is a struct which contains the result of deletion instance.
Instance is a struct which represents all the infromation of a instance.
InstancePage is a struct which can do the page function.
No description provided by the author
# Interfaces
BatchOptsBuilder is an interface which can build the query body of batch operation.
DeleteOptsBuilder is an interface by whick can be able to build the query string of instance deletion.
ListOptsBuilder is an interface by which can be able to build the query string of the list function.