public interface Keypair extends ModelEntity
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedAt()
time created
|
Boolean |
getDeleted() |
Date |
getDeletedAt()
time deleted
|
String |
getFingerprint() |
Integer |
getId() |
String |
getName()
The name associated with the keypair
|
String |
getPrivateKey()
The private key associated with this keypair.
|
String |
getPublicKey()
The public SSH key
|
Date |
getUpdatedAt()
time updated
|
String |
getUserId() |
String getName()
String getPublicKey()
String getPrivateKey()
String getFingerprint()
String getUserId()
Boolean getDeleted()
Date getCreatedAt()
Date getUpdatedAt()
Date getDeletedAt()
Integer getId()
Copyright © 2017. All rights reserved.