|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jclouds.domain.internal.ResourceMetadataImpl<ComputeType>
org.jclouds.compute.domain.internal.ComputeMetadataImpl
org.jclouds.compute.domain.internal.ImageImpl
public class ImageImpl
Field Summary |
---|
Fields inherited from class org.jclouds.compute.domain.internal.ComputeMetadataImpl |
---|
tags |
Constructor Summary | |
---|---|
ImageImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
OperatingSystem operatingSystem,
String description,
String version,
LoginCredentials defaultCredentials)
|
|
ImageImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
OperatingSystem operatingSystem,
String description,
String version,
String adminPassword,
Credentials defaultCredentials)
Deprecated. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getAdminPassword()
Deprecated. |
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 |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class org.jclouds.compute.domain.internal.ComputeMetadataImpl |
---|
getId, getTags, getType |
Methods inherited from class org.jclouds.domain.internal.ResourceMetadataImpl |
---|
compareTo, getLocation, getName, getProviderId, getUri, getUserMetadata |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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 |
Constructor Detail |
---|
@Deprecated public ImageImpl(String providerId, String name, String id, Location location, URI uri, Map<String,String> userMetadata, Set<String> tags, OperatingSystem operatingSystem, String description, @Nullable String version, @Nullable String adminPassword, @Nullable Credentials defaultCredentials)
public ImageImpl(String providerId, String name, String id, Location location, URI uri, Map<String,String> userMetadata, Set<String> tags, OperatingSystem operatingSystem, String description, @Nullable String version, @Nullable LoginCredentials defaultCredentials)
Method Detail |
---|
public OperatingSystem getOperatingSystem()
getOperatingSystem
in interface Image
public String getVersion()
getVersion
in interface Image
public String getDescription()
getDescription
in interface Image
public LoginCredentials getDefaultCredentials()
getDefaultCredentials
in interface Image
@Deprecated public String getAdminPassword()
ex. echo 'password' |sudo -S command
getAdminPassword
in interface Image
LoginCredentials.shouldAuthenticateSudo()
public String toString()
toString
in class ResourceMetadataImpl<ComputeType>
public int hashCode()
hashCode
in class ComputeMetadataImpl
public boolean equals(Object obj)
equals
in class ComputeMetadataImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |