# 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 species keypair creation or import 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.
KeyPair is an SSH key known to the OpenStack cluster that is available to be injected into servers.
KeyPairPage stores a single, only page of KeyPair results from a List call.
# Interfaces
CreateOptsBuilder describes struct types that can be accepted by the Create call.