# Packages
keypairs unit tests.
# Functions
Create requests the creation of a new KeyPair on the server, or to import a pre-existing keypair.
Delete requests the deletion of a previous stored KeyPair from the server.
ExtractKeyPairs interprets a page of results as a slice of KeyPairs.
Get returns public data about a previously uploaded KeyPair.
List returns a Pager that allows you to iterate over a collection of KeyPairs.
# Structs
CreateOpts specifies KeyPair creation or import parameters.
CreateOptsExt adds a KeyPair option to the base CreateOpts.
CreateResult is the response from a Create operation.
DeleteOpts enables deleting KeyPairs based on specific attributes.
DeleteResult is the response from a Delete operation.
GetOpts enables retrieving KeyPairs based on specific attributes.
GetResult is the response from a Get operation.
KeyPair is an SSH key known to the OpenStack Cloud that is available to be injected into servers.
KeyPairPage stores a single page of all KeyPair results from a List call.
ListOpts enables listing KeyPairs based on specific attributes.
# Interfaces
CreateOptsBuilder allows extensions to add additional parameters to the Create request.
DeleteOptsBuilder allows extensions to add additional parameters to the Delete request.
GetOptsBuilder allows extensions to add additional parameters to the Get request.
ListOptsBuilder allows extensions to add additional parameters to the List request.