org.jclouds.smartos.compute.domain
Class VmSpecification
java.lang.Object
org.jclouds.smartos.compute.domain.VmSpecification
public class VmSpecification
- extends Object
Specification of a VM to build, based on a dataset.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
alias
protected final String alias
brand
protected final String brand
dataset
protected final DataSet dataset
dnsDomain
protected final String dnsDomain
quota
protected final String quota
nics
protected final List<VmNIC> nics
VmSpecification
protected VmSpecification(String alias,
String brand,
DataSet dataset,
String dnsDomain,
String quota,
List<VmNIC> nics)
builder
public static VmSpecification.Builder builder()
toBuilder
public VmSpecification.Builder toBuilder()
getAlias
public String getAlias()
getBrand
public String getBrand()
getDataset
public DataSet getDataset()
getDnsDomain
public String getDnsDomain()
getQuota
public String getQuota()
getNics
public List<VmNIC> getNics()
toJSONSpecification
public String toJSONSpecification()
Copyright © 2009-2012 jclouds. All Rights Reserved.