package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.git
Documentation: pkg.go.dev

# 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.
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 Cloud that is available to be injected into servers.
KeyPairPage stores a single page of all KeyPair results from a List call.

# Interfaces

CreateOptsBuilder allows extensions to add additional parameters to the Create request.