public class VirtualGuest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VirtualGuest.BillingItem |
static class |
VirtualGuest.Builder<T extends VirtualGuest.Builder<T>> |
static class |
VirtualGuest.State
These states come from the powerState field.
|
Modifier | Constructor and Description |
---|---|
protected |
VirtualGuest(int accountId,
Date createDate,
boolean dedicatedAccountHostOnly,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
boolean privateNetworkOnly,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
Datacenter datacenter,
PowerState powerState) |
Modifier and Type | Method and Description |
---|---|
static VirtualGuest.Builder<?> |
builder() |
boolean |
equals(Object obj) |
int |
getAccountId() |
int |
getBillingItemId() |
Date |
getCreateDate() |
Datacenter |
getDatacenter() |
String |
getDomain() |
String |
getFullyQualifiedDomainName() |
String |
getHostname() |
int |
getId() |
Date |
getLastVerifiedDate() |
int |
getMaxCpu() |
String |
getMaxCpuUnits() |
int |
getMaxMemory() |
Date |
getMetricPollDate() |
Date |
getModifyDate() |
String |
getNotes() |
OperatingSystem |
getOperatingSystem() |
PowerState |
getPowerState() |
String |
getPrimaryBackendIpAddress() |
String |
getPrimaryIpAddress() |
int |
getStartCpus() |
int |
getStatusId() |
String |
getUuid() |
int |
hashCode() |
boolean |
isDedicatedAccountHostOnly() |
boolean |
isPrivateNetworkOnly() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
VirtualGuest.Builder<?> |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"accountId","createDate","dedicatedAccountHostOnlyFlag","domain","fullyQualifiedDomainName","hostname","id","lastVerifiedDate","maxCpu","maxCpuUnits","maxMemory","metricPollDate","modifyDate","notes","privateNetworkOnlyFlag","startCpus","statusId","uuid","primaryBackendIpAddress","primaryIpAddress","billingItem","operatingSystem","datacenter","powerState"}) protected VirtualGuest(int accountId, @Nullable Date createDate, boolean dedicatedAccountHostOnly, @Nullable String domain, @Nullable String fullyQualifiedDomainName, @Nullable String hostname, int id, @Nullable Date lastVerifiedDate, int maxCpu, @Nullable String maxCpuUnits, int maxMemory, @Nullable Date metricPollDate, @Nullable Date modifyDate, @Nullable String notes, boolean privateNetworkOnly, int startCpus, int statusId, @Nullable String uuid, @Nullable String primaryBackendIpAddress, @Nullable String primaryIpAddress, @Nullable VirtualGuest.BillingItem billingItem, @Nullable OperatingSystem operatingSystem, @Nullable Datacenter datacenter, @Nullable PowerState powerState)
public static VirtualGuest.Builder<?> builder()
public VirtualGuest.Builder<?> toBuilder()
public int getAccountId()
@Nullable public Date getCreateDate()
public boolean isDedicatedAccountHostOnly()
@Nullable public String getFullyQualifiedDomainName()
public int getId()
@Nullable public Date getLastVerifiedDate()
public int getMaxCpu()
@Nullable public String getMaxCpuUnits()
public int getMaxMemory()
@Nullable public Date getMetricPollDate()
@Nullable public Date getModifyDate()
@Nullable public String getNotes()
public boolean isPrivateNetworkOnly()
public int getStartCpus()
public int getStatusId()
@Nullable public String getUuid()
@Nullable public String getPrimaryBackendIpAddress()
public int getBillingItemId()
@Nullable public OperatingSystem getOperatingSystem()
@Nullable public Datacenter getDatacenter()
@Nullable public PowerState getPowerState()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.