|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.vcloud.director.v1_5.domain.query.QueryResultRecordType
org.jclouds.vcloud.director.v1_5.domain.query.QueryResultVMRecord
public class QueryResultVMRecord
Represents the results from a VM vCloud query as a record.
<complexType name="QueryResultVMRecordType" />
| Nested Class Summary | |
|---|---|
static class |
QueryResultVMRecord.Builder<B extends QueryResultVMRecord.Builder<B>>
|
| Constructor Summary | |
|---|---|
protected |
QueryResultVMRecord()
|
protected |
QueryResultVMRecord(QueryResultVMRecord.Builder<?> builder)
|
| Method Summary | |
|---|---|
static QueryResultVMRecord.Builder<?> |
builder()
|
boolean |
equals(Object o)
|
String |
getContainer()
Vapp or Vapp template |
String |
getContainerName()
Vapp name or Vapp template name |
String |
getGuestOs()
Guest operating system |
Integer |
getHardwareVersion()
Hardware version |
Integer |
getMemoryMB()
Memory in MB |
String |
getName()
name |
Integer |
getNumberOfCpus()
Number of CPUs |
String |
getStatus()
Status |
String |
getVdc()
vDC reference or id |
int |
hashCode()
|
Boolean |
isBusy()
Shows whether it is busy |
Boolean |
isCatalogName()
Catalog name |
Boolean |
isDeleted()
Shows whether it is deleted |
Boolean |
isDeployed()
Shows whether it is deployed |
Boolean |
isInMaintenanceMode()
Shows whether it is in maintenance mode |
Boolean |
isPublished()
Shows whether it is in published catalog |
Boolean |
isVAppTemplate()
Shows whether the VM belongs to VApp or VAppTemplate |
com.google.common.base.Objects.ToStringHelper |
string()
|
QueryResultVMRecord.Builder<?> |
toBuilder()
|
| Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.query.QueryResultRecordType |
|---|
getHref, getId, getLinks, getType, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected QueryResultVMRecord(QueryResultVMRecord.Builder<?> builder)
protected QueryResultVMRecord()
| Method Detail |
|---|
public static QueryResultVMRecord.Builder<?> builder()
public QueryResultVMRecord.Builder<?> toBuilder()
toBuilder in class QueryResultRecordTypepublic String getName()
public String getContainerName()
public String getContainer()
public String getVdc()
public Boolean isVAppTemplate()
public Boolean isDeleted()
public String getGuestOs()
public Integer getNumberOfCpus()
public Integer getMemoryMB()
public String getStatus()
public Boolean isBusy()
public Boolean isDeployed()
public Boolean isPublished()
public Boolean isCatalogName()
public Integer getHardwareVersion()
public Boolean isInMaintenanceMode()
public boolean equals(Object o)
equals in class QueryResultRecordTypepublic int hashCode()
hashCode in class QueryResultRecordTypepublic com.google.common.base.Objects.ToStringHelper string()
string in class QueryResultRecordType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||