public class VirtualGuest extends Object implements Comparable<VirtualGuest>
Modifier and Type | Class and Description |
---|---|
static class |
VirtualGuest.Builder |
static class |
VirtualGuest.State
These states come from the powerState field.
|
Constructor and Description |
---|
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,
int billingItemId,
OperatingSystem operatingSystem,
Datacenter datacenter,
PowerState powerState) |
Modifier and Type | Method and Description |
---|---|
static VirtualGuest.Builder |
builder() |
int |
compareTo(VirtualGuest arg0) |
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() |
String |
toString() |
public 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, int billingItemId, OperatingSystem operatingSystem, Datacenter datacenter, PowerState powerState)
public static VirtualGuest.Builder builder()
public int compareTo(VirtualGuest arg0)
compareTo
in interface Comparable<VirtualGuest>
public int getAccountId()
public Date getCreateDate()
public boolean isDedicatedAccountHostOnly()
public String getDomain()
public String getFullyQualifiedDomainName()
public String getHostname()
public int getId()
public Date getLastVerifiedDate()
public int getMaxCpu()
public String getMaxCpuUnits()
public int getMaxMemory()
public Date getMetricPollDate()
public Date getModifyDate()
public String getNotes()
public boolean isPrivateNetworkOnly()
public int getStartCpus()
public int getStatusId()
public String getUuid()
public String getPrimaryBackendIpAddress()
public String getPrimaryIpAddress()
public int getBillingItemId()
public OperatingSystem getOperatingSystem()
public Datacenter getDatacenter()
public PowerState getPowerState()
Copyright © 2009-2012 jclouds. All Rights Reserved.