|
||||||||||
| 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.QueryResultAdminVdcRecord
public class QueryResultAdminVdcRecord
Represents the results from a AdminVdc vCloud query as a record.
| Nested Class Summary | |
|---|---|
static class |
QueryResultAdminVdcRecord.Builder<B extends QueryResultAdminVdcRecord.Builder<B>>
|
| Constructor Summary | |
|---|---|
protected |
QueryResultAdminVdcRecord()
|
protected |
QueryResultAdminVdcRecord(QueryResultAdminVdcRecord.Builder<?> builder)
|
| Method Summary | |
|---|---|
static QueryResultAdminVdcRecord.Builder<?> |
builder()
|
boolean |
equals(Object o)
|
String |
get()
Organization reference or id |
Long |
getCpuAllocationMhz()
Cpu allocation in Mhz |
Long |
getCpuLimitMhz()
Cpu limit in Mhz |
Long |
getCpuUsedMhz()
Cpu used in Mhz |
Long |
getMemoryAllocationMB()
Memory allocation in MB |
Long |
getMemoryLimitMB()
Memory limit in MB |
Long |
getMemoryUsedMB()
Memory used in MB |
String |
getName()
name |
String |
getNetworkPool()
Network pool reference or id |
Integer |
getNumberOfMedia()
Number of media |
Integer |
getNumberOfVApps()
Number of vApps |
Integer |
getNumberOfVAppTemplates()
Number of vApp templates |
String |
getOrgName()
Organization name |
String |
getProviderVdc()
vDC reference or id |
String |
getProviderVdcName()
provider vDC name |
String |
getStatus()
Status |
Long |
getStorageAllocationMB()
Storage allocation in MB |
Long |
getStorageLimitMB()
Storage limit in MB |
Long |
getStorageUsedMB()
Storage used in MB |
int |
hashCode()
|
Boolean |
isBusy()
Shows whether it is busy |
Boolean |
isEnabled()
Shows whether it is enabled |
Boolean |
isSystemVdc()
Shows whether it is a system vDC |
com.google.common.base.Objects.ToStringHelper |
string()
|
QueryResultAdminVdcRecord.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 QueryResultAdminVdcRecord(QueryResultAdminVdcRecord.Builder<?> builder)
protected QueryResultAdminVdcRecord()
| Method Detail |
|---|
public static QueryResultAdminVdcRecord.Builder<?> builder()
public QueryResultAdminVdcRecord.Builder<?> toBuilder()
toBuilder in class QueryResultRecordTypepublic String getName()
public Boolean isEnabled()
public Long getCpuAllocationMhz()
public Long getCpuLimitMhz()
public Long getCpuUsedMhz()
public Long getMemoryAllocationMB()
public Long getMemoryLimitMB()
public Long getMemoryUsedMB()
public Long getStorageAllocationMB()
public Long getStorageLimitMB()
public Long getStorageUsedMB()
public String getProviderVdcName()
public String getProviderVdc()
public String getOrgName()
public String get()
public Integer getNumberOfVApps()
public Integer getNumberOfMedia()
public Integer getNumberOfVAppTemplates()
public Boolean isSystemVdc()
public Boolean isBusy()
public String getStatus()
public String getNetworkPool()
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 | |||||||||