# Packages
ports unit tests.
# Functions
Create - requests the creation of a port.
Delete - requests the deletion of a port.
ExtractPorts interprets the results of a single page from a List() call, producing a slice of Port entities.
No description provided by the author
Get - requests the details off a port, by ID.
List makes a request against the API to list ports accessible to you.
ListDetail - Return a list ports with complete details.
Update - requests the update of a port.
# Structs
CreateOpts specifies port creation parameters.
CreateResult is the response from a Create operation.
DeleteResult is the response from a Delete operation.
GetResult is the response from a Get operation.
ListOpts allows the filtering and sorting of paginated collections through the API.
Port represents a port in the OpenStack Bare Metal API.
PortPage abstracts the raw results of making a List() request against the API.
No description provided by the author
UpdateResult is the response from an Update operation.
# Interfaces
CreateOptsBuilder allows extensions to add additional parameters to the Create request.
ListOptsBuilder allows extensions to add additional parameters to the List request.
TODO Update.
# Type aliases
No description provided by the author
UpdateOpts is a slice of Patches used to update a port.