|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.smartos.compute.domain.VmSpecification
public class VmSpecification
Specification of a VM to build, based on a dataset.
| Nested Class Summary | |
|---|---|
static class |
VmSpecification.Builder
|
| Constructor Summary | |
|---|---|
protected |
VmSpecification(String alias,
String brand,
DataSet dataset,
String dnsDomain,
String quota,
int maxPhysicalMemory,
int maxLockedMemory,
int maxSwap,
int tmpFs,
List<VmNIC> nics)
|
| Method Summary | |
|---|---|
static VmSpecification.Builder |
builder()
|
boolean |
equals(Object obj)
|
String |
getAlias()
|
String |
getBrand()
|
DataSet |
getDataset()
|
String |
getDnsDomain()
|
int |
getMaxLockedMemory()
|
int |
getMaxPhysicalMemory()
|
int |
getMaxSwap()
|
List<VmNIC> |
getNics()
|
String |
getQuota()
|
int |
getTmpFs()
|
int |
hashCode()
|
VmSpecification.Builder |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"alias","brand","dataset_uuid","dns_domain","quota","max_physical_memory","max_locked_memory","max_swap","tmpfs","nics"})
protected VmSpecification(String alias,
String brand,
DataSet dataset,
String dnsDomain,
String quota,
int maxPhysicalMemory,
int maxLockedMemory,
int maxSwap,
int tmpFs,
List<VmNIC> nics)
| Method Detail |
|---|
public static VmSpecification.Builder builder()
public VmSpecification.Builder toBuilder()
public String getAlias()
public String getBrand()
public DataSet getDataset()
public String getDnsDomain()
public String getQuota()
public int getMaxPhysicalMemory()
public int getMaxLockedMemory()
public int getMaxSwap()
public int getTmpFs()
public List<VmNIC> getNics()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||