public abstract static class VirtualGuest.Builder<T extends VirtualGuest.Builder<T>> extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
accountId |
protected int |
billingItemId |
protected Date |
createDate |
protected Datacenter |
datacenter |
protected boolean |
dedicatedAccountHostOnly |
protected String |
domain |
protected String |
fullyQualifiedDomainName |
protected String |
hostname |
protected int |
id |
protected Date |
lastVerifiedDate |
protected int |
maxCpu |
protected String |
maxCpuUnits |
protected int |
maxMemory |
protected Date |
metricPollDate |
protected Date |
modifyDate |
protected String |
notes |
protected OperatingSystem |
operatingSystem |
protected PowerState |
powerState |
protected String |
primaryBackendIpAddress |
protected String |
primaryIpAddress |
protected boolean |
privateNetworkOnly |
protected int |
startCpus |
protected int |
statusId |
protected String |
uuid |
Constructor and Description |
---|
VirtualGuest.Builder() |
Modifier and Type | Method and Description |
---|---|
T |
accountId(int accountId) |
T |
billingItemId(int billingItemId) |
VirtualGuest |
build() |
T |
createDate(Date createDate) |
T |
datacenter(Datacenter datacenter) |
T |
dedicatedAccountHostOnly(boolean dedicatedAccountHostOnly) |
T |
domain(String domain) |
T |
fromVirtualGuest(VirtualGuest in) |
T |
fullyQualifiedDomainName(String fullyQualifiedDomainName) |
T |
hostname(String hostname) |
T |
id(int id) |
T |
lastVerifiedDate(Date lastVerifiedDate) |
T |
maxCpu(int maxCpu) |
T |
maxCpuUnits(String maxCpuUnits) |
T |
maxMemory(int maxMemory) |
T |
metricPollDate(Date metricPollDate) |
T |
modifyDate(Date modifyDate) |
T |
notes(String notes) |
T |
operatingSystem(OperatingSystem operatingSystem) |
T |
powerState(PowerState powerState) |
T |
primaryBackendIpAddress(String primaryBackendIpAddress) |
T |
primaryIpAddress(String primaryIpAddress) |
T |
privateNetworkOnly(boolean privateNetworkOnly) |
protected abstract T |
self() |
T |
startCpus(int startCpus) |
T |
statusId(int statusId) |
T |
uuid(String uuid) |
protected int accountId
protected Date createDate
protected boolean dedicatedAccountHostOnly
protected String domain
protected String fullyQualifiedDomainName
protected String hostname
protected int id
protected Date lastVerifiedDate
protected int maxCpu
protected String maxCpuUnits
protected int maxMemory
protected Date metricPollDate
protected Date modifyDate
protected String notes
protected boolean privateNetworkOnly
protected int startCpus
protected int statusId
protected String uuid
protected String primaryBackendIpAddress
protected String primaryIpAddress
protected int billingItemId
protected OperatingSystem operatingSystem
protected Datacenter datacenter
protected PowerState powerState
protected abstract T self()
public T accountId(int accountId)
VirtualGuest.getAccountId()
public T createDate(Date createDate)
VirtualGuest.getCreateDate()
public T dedicatedAccountHostOnly(boolean dedicatedAccountHostOnly)
public T domain(String domain)
VirtualGuest.getDomain()
public T hostname(String hostname)
VirtualGuest.getHostname()
public T id(int id)
VirtualGuest.getId()
public T lastVerifiedDate(Date lastVerifiedDate)
VirtualGuest.getLastVerifiedDate()
public T maxCpu(int maxCpu)
VirtualGuest.getMaxCpu()
public T maxCpuUnits(String maxCpuUnits)
VirtualGuest.getMaxCpuUnits()
public T maxMemory(int maxMemory)
VirtualGuest.getMaxMemory()
public T metricPollDate(Date metricPollDate)
VirtualGuest.getMetricPollDate()
public T modifyDate(Date modifyDate)
VirtualGuest.getModifyDate()
public T notes(String notes)
VirtualGuest.getNotes()
public T privateNetworkOnly(boolean privateNetworkOnly)
VirtualGuest.isPrivateNetworkOnly()
public T startCpus(int startCpus)
VirtualGuest.getStartCpus()
public T statusId(int statusId)
VirtualGuest.getStatusId()
public T uuid(String uuid)
VirtualGuest.getUuid()
public T primaryIpAddress(String primaryIpAddress)
VirtualGuest.getPrimaryIpAddress()
public T billingItemId(int billingItemId)
VirtualGuest.getBillingItemId()
public T operatingSystem(OperatingSystem operatingSystem)
VirtualGuest.getOperatingSystem()
public T datacenter(Datacenter datacenter)
VirtualGuest.getDatacenter()
public T powerState(PowerState powerState)
VirtualGuest.getPowerState()
public VirtualGuest build()
public T fromVirtualGuest(VirtualGuest in)
Copyright © 2009-2013 jclouds. All Rights Reserved.