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

# Packages

No description provided by the author

# Functions

Create implements create capsule request.
Delete implements Capsule delete request.
ExtractCapsules accepts a Page struct, specifically a CapsulePage struct, and extracts the elements into an interface.
ExtractCapsulesBase accepts a Page struct, specifically a CapsulePage struct, and extracts the elements into a slice of Capsule structs.
ExtractCapsulesV132 accepts a Page struct, specifically a CapsulePage struct, and extracts the elements into a slice of CapsuleV132 structs.
Get requests details on a single capsule, by ID.
List makes a request against the API to list capsules accessible to you.

# Structs

No description provided by the author
Represents a Capsule.
No description provided by the author
Represents a Capsule at microversion v1.32 or greater.
No description provided by the author
CreateOpts is the common options struct used in this package's Create operation.
CreateResult is the response from a Create operation.
DeleteResult represents the result of a delete operation.
No description provided by the author
GetResult represents the result of a get operation.
ListOpts allows the filtering and sorting of paginated collections through the API.
Template is a structure that represents OpenStack Zun Capsule templates.

# Interfaces

CreateOptsBuilder is the interface options structs have to satisfy in order to be used in the main Create operation in this package.
ListOptsBuilder allows extensions to add additional parameters to the List request.