Package org.jclouds.packet.domain
Class SshKey.Owner
- java.lang.Object
-
- org.jclouds.packet.domain.SshKey.Owner
-
-
Constructor Summary
Constructors Constructor Description Owner()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static SshKey.Owner
create(String href)
abstract String
href()
-
-
-
Method Detail
-
href
public abstract String href()
-
create
public static SshKey.Owner create(String href)
-
-