Interface CloudKeyInfo
-
- All Known Implementing Classes:
AbstractCloudKeyInfo
public interface CloudKeyInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloudProvidergetCloudProvider()StringgetComment()StringgetKeyId()
-
-
-
Method Detail
-
getComment
String getComment()
-
getKeyId
String getKeyId()
-
getCloudProvider
CloudProvider getCloudProvider()
-
-