org.jclouds.vcloud.director.v1_5.domain.query
Class QueryResultAdminVdcRecord

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.query.QueryResultRecordType
      extended by org.jclouds.vcloud.director.v1_5.domain.query.QueryResultAdminVdcRecord

public class QueryResultAdminVdcRecord
extends QueryResultRecordType

Represents the results from a AdminVdc vCloud query as a record.

Author:
Aled Sage

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

QueryResultAdminVdcRecord

protected QueryResultAdminVdcRecord(QueryResultAdminVdcRecord.Builder<?> builder)

QueryResultAdminVdcRecord

protected QueryResultAdminVdcRecord()
Method Detail

builder

public static QueryResultAdminVdcRecord.Builder<?> builder()

toBuilder

public QueryResultAdminVdcRecord.Builder<?> toBuilder()
Overrides:
toBuilder in class QueryResultRecordType

getName

public String getName()
name


isEnabled

public Boolean isEnabled()
Shows whether it is enabled


getCpuAllocationMhz

public Long getCpuAllocationMhz()
Cpu allocation in Mhz


getCpuLimitMhz

public Long getCpuLimitMhz()
Cpu limit in Mhz


getCpuUsedMhz

public Long getCpuUsedMhz()
Cpu used in Mhz


getMemoryAllocationMB

public Long getMemoryAllocationMB()
Memory allocation in MB


getMemoryLimitMB

public Long getMemoryLimitMB()
Memory limit in MB


getMemoryUsedMB

public Long getMemoryUsedMB()
Memory used in MB


getStorageAllocationMB

public Long getStorageAllocationMB()
Storage allocation in MB


getStorageLimitMB

public Long getStorageLimitMB()
Storage limit in MB


getStorageUsedMB

public Long getStorageUsedMB()
Storage used in MB


getProviderVdcName

public String getProviderVdcName()
provider vDC name


getProviderVdc

public String getProviderVdc()
vDC reference or id


getOrgName

public String getOrgName()
Organization name


get

public String get()
Organization reference or id


getNumberOfVApps

public Integer getNumberOfVApps()
Number of vApps


getNumberOfMedia

public Integer getNumberOfMedia()
Number of media


getNumberOfVAppTemplates

public Integer getNumberOfVAppTemplates()
Number of vApp templates


isSystemVdc

public Boolean isSystemVdc()
Shows whether it is a system vDC


isBusy

public Boolean isBusy()
Shows whether it is busy


getStatus

public String getStatus()
Status


getNetworkPool

public String getNetworkPool()
Network pool reference or id


equals

public boolean equals(Object o)
Overrides:
equals in class QueryResultRecordType

hashCode

public int hashCode()
Overrides:
hashCode in class QueryResultRecordType

string

public com.google.common.base.Objects.ToStringHelper string()
Overrides:
string in class QueryResultRecordType


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.