| Modifier and Type | Field and Description | 
|---|---|
protected String | 
fingerPrint
Specifies the SHA1 fingerprint of an X509 certificate associated with the hosted service that
 includes the SSH public key. 
 | 
protected String | 
path
Specifies the full path of a file, on the virtual machine, which stores the SSH public key. 
 | 
| Constructor and Description | 
|---|
SSHKey()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getFingerPrint()  | 
String | 
getPath()  | 
void | 
setFingerPrint(String fingerPrint)  | 
void | 
setPath(String path)  | 
protected String fingerPrint
protected String path
Copyright © 2009-2013 jclouds. All Rights Reserved.