Package org.jclouds.compute.domain
Interface Image
- All Superinterfaces:
Comparable<ResourceMetadata<ComputeType>>
,ComputeMetadata
,ComputeMetadataIncludingStatus<Image.Status>
,ResourceMetadata<ComputeType>
- All Known Implementing Classes:
ImageImpl
Running Operating system
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionDefault credentials for the current imageDescription of the image.The operating system installed on this imageVersion of the imageMethods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface org.jclouds.compute.domain.ComputeMetadata
getId, getName, getProviderId, getTags, getType
Methods inherited from interface org.jclouds.compute.domain.ComputeMetadataIncludingStatus
getBackendStatus, getStatus
Methods inherited from interface org.jclouds.domain.ResourceMetadata
getLocation, getUri, getUserMetadata
-
Method Details
-
getOperatingSystem
The operating system installed on this image -
getVersion
String getVersion()Version of the image -
getDescription
Description of the image. -
getDefaultCredentials
LoginCredentials getDefaultCredentials()Default credentials for the current image
-