org.jclouds.compute.domain
Interface Image

All Superinterfaces:
Comparable<org.jclouds.domain.ResourceMetadata<ComputeType>>, ComputeMetadata, ComputeMetadataIncludingStatus<Image.Status>, org.jclouds.domain.ResourceMetadata<ComputeType>
All Known Implementing Classes:
ImageImpl

public interface Image
extends ComputeMetadataIncludingStatus<Image.Status>

Running Operating system


Nested Class Summary
static class Image.Status
           
 
Method Summary
 org.jclouds.domain.LoginCredentials getDefaultCredentials()
          Default credentials for the current image
 String getDescription()
          Description of the image.
 OperatingSystem getOperatingSystem()
          The operating system installed on this image
 String getVersion()
          Version of the image
 
Methods inherited from interface org.jclouds.compute.domain.ComputeMetadataIncludingStatus
getBackendStatus, getStatus
 
Methods inherited from interface org.jclouds.compute.domain.ComputeMetadata
getId, getName, getProviderId, getTags, getType
 
Methods inherited from interface org.jclouds.domain.ResourceMetadata
getLocation, getUri, getUserMetadata
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getOperatingSystem

@Beta
OperatingSystem getOperatingSystem()
The operating system installed on this image


getVersion

String getVersion()
Version of the image


getDescription

@Nullable
String getDescription()
Description of the image.


getDefaultCredentials

org.jclouds.domain.LoginCredentials getDefaultCredentials()
Default credentials for the current image



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.