public class QueryResultVMRecord extends QueryResultRecordType
<complexType name="QueryResultVMRecordType" />
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryResultVMRecord.Builder<B extends QueryResultVMRecord.Builder<B>> |
| Modifier | Constructor and Description |
|---|---|
protected |
QueryResultVMRecord() |
protected |
QueryResultVMRecord(QueryResultVMRecord.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
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() |
protected QueryResultVMRecord(QueryResultVMRecord.Builder<?> builder)
protected QueryResultVMRecord()
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 QueryResultRecordTypeCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.