# Packages

trunks unit tests.

# Functions

No description provided by the author
No description provided by the author
Delete accepts a unique ID and deletes the trunk associated with it.
No description provided by the author
Get retrieves a specific trunk based on its unique ID.
No description provided by the author
List returns a Pager which allows you to iterate over a collection of trunks.
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
CreateOpts represents the attributes used when creating a new trunk.
CreateResult is the response from a Create operation.
DeleteResult is the response from a Delete operation.
GetResult is the response from a Get operation.
GetSubportsResult is the result of a Get request on the trunks subports resource.
ListOpts allows the filtering and sorting of paginated collections through the API.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TrunkPage is the page returned by a pager when traversing a collection of trunk resources.
No description provided by the author
UpdateResult is the result of an Update request.
UpdateSubportsResult is the result of either an AddSubports or a RemoveSubports request.

# Interfaces

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