Package org.jclouds.packet.domain
Class SshKey
- java.lang.Object
-
- org.jclouds.packet.domain.SshKey
-
public abstract class SshKey extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SshKey.Owner
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static SshKey
create(String id, String label, String key, String fingerprint, Date createdAt, Date updatedAt, SshKey.Owner owner, String href)
abstract Date
createdAt()
abstract String
fingerprint()
abstract String
href()
abstract String
id()
abstract String
key()
abstract String
label()
abstract SshKey.Owner
owner()
abstract Date
updatedAt()
-
-
-
Method Detail
-
id
public abstract String id()
-
label
public abstract String label()
-
key
public abstract String key()
-
fingerprint
public abstract String fingerprint()
-
createdAt
public abstract Date createdAt()
-
updatedAt
public abstract Date updatedAt()
-
owner
@Nullable public abstract SshKey.Owner owner()
-
href
public abstract String href()
-
-