public class WellKnownImage extends Object
Modifier and Type | Class and Description |
---|---|
static class |
WellKnownImage.Builder |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_USER |
Constructor and Description |
---|
WellKnownImage(String loginUser,
String uuid,
String description,
OsFamily osFamily,
String osVersion,
int size,
Boolean is64bit) |
Modifier and Type | Method and 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() |
public static final String DEFAULT_USER
public static WellKnownImage.Builder builder()
public String getUuid()
public String getDescription()
public OsFamily getOsFamily()
public String getOsVersion()
public int getSize()
public boolean is64bit()
public String getLoginUser()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.