# Packages

No description provided by the author

# Functions

ExtractStoragePools takes a List result and extracts the collection of StoragePools returned by the API.
List makes a request against the API to list storage pool information.

# Structs

Capabilities represents the information of an individual StoragePool.
ListOpts controls the view of data returned (e.g globally or per project) via tenant_id and the verbosity via detail.
StoragePool represents an individual StoragePool retrieved from the schedulerstats API.
StoragePoolPage is a single page of all List results.

# Interfaces

ListOptsBuilder allows extensions to add additional parameters to the List request.