package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.git
Documentation: pkg.go.dev
# Packages
attachinterfaces unit tests.
# Functions
Create requests the creation of a new interface attachment on the server.
Delete makes a request against the nova API to detach a single interface from the server.
ExtractInterfaces interprets the results of a single page from a List() call, producing a slice of Interface structs.
Get requests details on a single interface attachment by the server and port IDs.
List makes a request against the nova API to list the server's interfaces.
# Structs
CreateOpts specifies parameters of a new interface attachment.
CreateResult is the response from a Create operation.
DeleteResult is the response from a Delete operation.
FixedIP represents a Fixed IP Address.
GetResult is the response from a Get operation.
Interface represents a network interface on a server.
InterfacePage abstracts the raw results of making a List() request against the API.
# Interfaces
CreateOptsBuilder allows extensions to add additional parameters to the Create request.