package
0.16.0
Repository: https://github.com/rendaw/gophercloud.git
Documentation: pkg.go.dev

# Packages

port forwarding unit tests.

# Functions

Create accepts a CreateOpts struct and uses the values provided to create a new port forwarding for an existing floating IP.
Delete will permanently delete a particular port forwarding for a given floating ID.
ExtractPortForwardings accepts a Page struct, specifically a PortForwardingPage struct, and extracts the elements into a slice of PortForwarding structs.
Get retrieves a particular port forwarding resource based on its unique ID.
List returns a Pager which allows you to iterate over a collection of Port Forwarding resources.
Update allows port forwarding resources to be updated.

# Structs

CreateOpts contains all the values needed to create a new port forwarding resource.
CreateResult represents the result of a create operation.
DeleteResult represents the result of a delete operation.
GetResult represents the result of a get operation.
ListOpts allows the filtering and sorting of paginated collections through the API.
No description provided by the author
PortForwardingPage is the page returned by a pager when traversing over a collection of port forwardings.
UpdateOpts contains the values used when updating a port forwarding resource.
UpdateResult represents the result of an update operation.

# Interfaces

CreateOptsBuilder allows extensions to add additional parameters to the Create request.
No description provided by the author
UpdateOptsBuilder allows extensions to add additional parameters to the Update request.