package
1.0.23
Repository: https://github.com/gaoyw1/gophercloud.git
Documentation: pkg.go.dev

# Packages

nics unit tests.

# Functions

Adding nics to an ecs in batches based on the configuration defined in the AddOpts struct.
Binding a virtual ip address to an ecs nic based on the configuration defined in the BindOpts struct.
Deleting nics from an ecs in batches based on the configuration defined in the DelOpts struct.
Unbinding a virtual ip address to an ecs nic based on the configuration defined in the UnBindOpts struct.

# Structs

AddOpts represents options for add nics.
AddResult represents the result of a add operation.
BindOpts represents options for binding a virtual ip address to an ecs nic.
BindResult represents the result of bind operation and unbind operation.
AddOpts represents options for delete nics.
DelResult represents the result of a delete operation.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UnBindOpts represents options for unbinding a virtual ip address to an ecs nic.

# Interfaces

AddOptsBuilder allows extensions to add additional parameters to the AddNics request.
BindOptsBuilder allows extensions to add additional parameters to the BindOpts request.
DelOptsBuilder allows extensions to add additional parameters to the DeleteNics request.
UnBindOptsBuilder allows extensions to add additional parameters to the UnBindOpts request.