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