Package org.jclouds.compute.domain
Interface Image
-
- All Superinterfaces:
Comparable<ResourceMetadata<ComputeType>>
,ComputeMetadata
,ComputeMetadataIncludingStatus<Image.Status>
,ResourceMetadata<ComputeType>
- All Known Implementing Classes:
ImageImpl
public interface Image extends ComputeMetadataIncludingStatus<Image.Status>
Running Operating system
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Image.Status
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoginCredentials
getDefaultCredentials()
Default credentials for the current imageString
getDescription()
Description of the image.OperatingSystem
getOperatingSystem()
The operating system installed on this imageString
getVersion()
Version of the image-
Methods 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 Detail
-
getOperatingSystem
@Beta OperatingSystem getOperatingSystem()
The operating system installed on this image
-
getVersion
String getVersion()
Version of the image
-
getDefaultCredentials
LoginCredentials getDefaultCredentials()
Default credentials for the current image
-
-