Package org.jclouds.elasticstack.domain
Class WellKnownImage
- java.lang.Object
-
- org.jclouds.elasticstack.domain.WellKnownImage
-
public class WellKnownImage extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WellKnownImage.Builder
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_USER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WellKnownImage.Builder
builder()
boolean
equals(Object obj)
String
getDescription()
String
getLoginUser()
OsFamily
getOsFamily()
String
getOsVersion()
int
getSize()
String
getUuid()
int
hashCode()
boolean
is64bit()
String
toString()
-
-
-
Field Detail
-
DEFAULT_USER
public static final String DEFAULT_USER
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static WellKnownImage.Builder builder()
-
getUuid
public String getUuid()
-
getDescription
public String getDescription()
-
getOsFamily
public OsFamily getOsFamily()
-
getOsVersion
public String getOsVersion()
-
getSize
public int getSize()
-
is64bit
public boolean is64bit()
-
getLoginUser
public String getLoginUser()
-
-