| Package | Description | 
|---|---|
| org.openstack4j.api.compute | |
| org.openstack4j.openstack.compute.domain | |
| org.openstack4j.openstack.compute.internal | 
| Modifier and Type | Method and Description | 
|---|---|
Keypair | 
KeypairService.create(String name,
      String publicKey)
Generates or imports a keypair 
 | 
Keypair | 
KeypairService.get(String name)
Gets the keypair by name 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<? extends Keypair> | 
KeypairService.list()
Lists keypairs that are associated with the account making the request 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NovaKeypair
An OpenStack Keypair is an SSH Key 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Keypair | 
KeypairServiceImpl.create(String name,
      String publicKey)
Generates or imports a keypair 
 | 
Keypair | 
KeypairServiceImpl.get(String name)
Gets the keypair by name 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<? extends Keypair> | 
KeypairServiceImpl.list()
Lists keypairs that are associated with the account making the request 
 | 
Copyright © 2017. All rights reserved.