Package org.jclouds.cloudstack.domain
Class SshKeyPair
- java.lang.Object
-
- org.jclouds.cloudstack.domain.SshKeyPair
-
public class SshKeyPair extends Object
Class SshKeyPair
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SshKeyPair.Builder<T extends SshKeyPair.Builder<T>>
-
Constructor Summary
Constructors Modifier Constructor Description protected
SshKeyPair(String fingerprint, String name, String privateKey)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SshKeyPair.Builder<?>
builder()
boolean
equals(Object obj)
String
getFingerprint()
String
getName()
String
getPrivateKey()
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
SshKeyPair.Builder<?>
toBuilder()
String
toString()
-
-
-
Method Detail
-
builder
public static SshKeyPair.Builder<?> builder()
-
toBuilder
public SshKeyPair.Builder<?> toBuilder()
-
getName
public String getName()
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
-
-