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 classSshKeyPair.Builder<T extends SshKeyPair.Builder<T>>
-
Constructor Summary
Constructors Modifier Constructor Description protectedSshKeyPair(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()booleanequals(Object obj)StringgetFingerprint()StringgetName()StringgetPrivateKey()inthashCode()protected com.google.common.base.MoreObjects.ToStringHelperstring()SshKeyPair.Builder<?>toBuilder()StringtoString()
-
-
-
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()
-
-