package
1.0.0
Repository: https://github.com/mikesimons/gophercloud.git
Documentation: pkg.go.dev

# Functions

Create creates a new virtual interface for a network and attaches the network to the server instance.
Delete deletes the interface with interfaceID attached to the instance with instanceID.
ExtractVirtualInterfaces accepts a Page struct, specifically a VirtualInterfacePage struct, and extracts the elements into a slice of VirtualInterface structs.
List returns a Pager which allows you to iterate over a collection of networks.

# Structs

CreateResult represents the result of a create operation.
DeleteResult represents the result of a delete operation.
IPAddress represents a vitual address attached to a VirtualInterface.
VirtualInterface represents a virtual interface.
VirtualInterfacePage is the page returned by a pager when traversing over a collection of virtual interfaces.