|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SSHKeyPairClient
Provides synchronous access to CloudStack SSHKeyPair features.
| Method Summary | |
|---|---|
SshKeyPair |
createSSHKeyPair(String name)
Creates a SshKeyPair with specified name. |
void |
deleteSSHKeyPair(String name)
Deletes the SSHKeyPairClient with given name. |
SshKeyPair |
getSSHKeyPair(String name)
Retrieves the SSHKeyPairClient with given name. |
Set<SshKeyPair> |
listSSHKeyPairs(ListSSHKeyPairsOptions... options)
Returns a list of SshKeyPairs registered by current user. |
SshKeyPair |
registerSSHKeyPair(String name,
String publicKey)
Registers a SshKeyPair with the given name and public kay material. |
| Method Detail |
|---|
Set<SshKeyPair> listSSHKeyPairs(ListSSHKeyPairsOptions... options)
SshKeyPairs registered by current user.
options - if present, how to constrain the list
SshKeyPairs matching the current constrains or
empty set if no SshKeyPairs found.
SshKeyPair registerSSHKeyPair(String name,
String publicKey)
SshKeyPair with the given name and public kay material.
name - of the keypairpublicKey - Public key material of the keypair
SshKeyPair createSSHKeyPair(String name)
SshKeyPair with specified name.
name - of the SshKeyPair.
SshKeyPair getSSHKeyPair(String name)
SSHKeyPairClient with given name.
name - name of the key pair
void deleteSSHKeyPair(String name)
SSHKeyPairClient with given name.
name - name of the key pair
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||