package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.git
Documentation: pkg.go.dev
# Packages
floatingips unit tests.
# Functions
AssociateInstance pairs an allocated Floating IP with a server.
Create requests the creation of a new Floating IP.
Delete requests the deletion of a previous allocated Floating IP.
DisassociateInstance decouples an allocated Floating IP from an instance.
ExtractFloatingIPs interprets a page of results as a slice of FloatingIPs.
Get returns data about a previously created Floating IP.
List returns a Pager that allows you to iterate over a collection of FloatingIPs.
# Structs
AssociateOpts specifies the required information to associate a Floating IP with an instance.
AssociateResult is the response from a Delete operation.
CreateOpts specifies a Floating IP allocation request.
CreateResult is the response from a Create operation.
DeleteResult is the response from a Delete operation.
DisassociateOpts specifies the required information to disassociate a Floating IP with a server.
DisassociateResult is the response from a Delete operation.
A FloatingIP is an IP that can be associated with a server.
FloatingIPPage stores a single page of FloatingIPs from a List call.
FloatingIPResult is the raw result from a FloatingIP request.
GetResult is the response from a Get operation.
# Interfaces
AssociateOptsBuilder allows extensions to add additional parameters to the Associate request.
CreateOptsBuilder allows extensions to add additional parameters to the Create request.
DisassociateOptsBuilder allows extensions to add additional parameters to the Disassociate request.