org.jclouds.vcloud.director.v1_5.domain.query
Class QueryResultAdminVdcRecord.Builder<B extends QueryResultAdminVdcRecord.Builder<B>>

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.query.QueryResultRecordType.Builder<B>
      extended by org.jclouds.vcloud.director.v1_5.domain.query.QueryResultAdminVdcRecord.Builder<B>
Enclosing class:
QueryResultAdminVdcRecord

public static class QueryResultAdminVdcRecord.Builder<B extends QueryResultAdminVdcRecord.Builder<B>>
extends QueryResultRecordType.Builder<B>


Constructor Summary
QueryResultAdminVdcRecord.Builder()
           
 
Method Summary
 QueryResultAdminVdcRecord build()
           
 B cpuAllocationMhz(Long val)
           
 B cpuLimitMhz(Long val)
           
 B cpuUsedMhz(Long val)
           
 B fromQueryResultAdminVdcRecord(QueryResultAdminVdcRecord in)
           
 B isBusy(Boolean val)
           
 B isEnabled(Boolean val)
           
 B isSystemVdc(Boolean val)
           
 B memoryAllocationMB(Long val)
           
 B memoryLimitMB(Long val)
           
 B memoryUsedMB(Long val)
           
 B name(String val)
           
 B networkPool(String val)
           
 B numberOfMedia(Integer val)
           
 B numberOfVApps(Integer val)
           
 B numberOfVAppTemplates(Integer val)
           
 B org(String val)
           
 B orgName(String val)
           
 B providerVdc(String val)
           
 B providerVdcName(String val)
           
 B status(String val)
           
 B storageAllocationMB(Long val)
           
 B storageLimitMB(Long val)
           
 B storageUsedMB(Long val)
           
 
Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.query.QueryResultRecordType.Builder
fromQueryResultRecordType, href, id, link, links, self, type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryResultAdminVdcRecord.Builder

public QueryResultAdminVdcRecord.Builder()
Method Detail

name

public B name(String val)
See Also:
QueryResultAdminVdcRecord.getName()

isEnabled

public B isEnabled(Boolean val)
See Also:
QueryResultAdminVdcRecord.isEnabled()

cpuAllocationMhz

public B cpuAllocationMhz(Long val)
See Also:
QueryResultAdminVdcRecord.getCpuAllocationMhz()

cpuLimitMhz

public B cpuLimitMhz(Long val)
See Also:
QueryResultAdminVdcRecord.getCpuLimitMhz()

cpuUsedMhz

public B cpuUsedMhz(Long val)
See Also:
QueryResultAdminVdcRecord.getCpuUsedMhz()

memoryAllocationMB

public B memoryAllocationMB(Long val)
See Also:
QueryResultAdminVdcRecord.getMemoryAllocationMB()

memoryLimitMB

public B memoryLimitMB(Long val)
See Also:
QueryResultAdminVdcRecord.getMemoryLimitMB()

memoryUsedMB

public B memoryUsedMB(Long val)
See Also:
QueryResultAdminVdcRecord.getMemoryUsedMB()

storageAllocationMB

public B storageAllocationMB(Long val)
See Also:
QueryResultAdminVdcRecord.getStorageAllocationMB()

storageLimitMB

public B storageLimitMB(Long val)
See Also:
QueryResultAdminVdcRecord.getStorageLimitMB()

storageUsedMB

public B storageUsedMB(Long val)
See Also:
QueryResultAdminVdcRecord.getStorageUsedMB()

providerVdcName

public B providerVdcName(String val)
See Also:
QueryResultAdminVdcRecord.getProviderVdcName()

providerVdc

public B providerVdc(String val)
See Also:
QueryResultAdminVdcRecord.getProviderVdc()

orgName

public B orgName(String val)
See Also:
QueryResultAdminVdcRecord.getOrgName()

org

public B org(String val)
See Also:
QueryResultAdminVdcRecord.get()

numberOfVApps

public B numberOfVApps(Integer val)
See Also:
QueryResultAdminVdcRecord.getNumberOfVApps()

numberOfMedia

public B numberOfMedia(Integer val)
See Also:
QueryResultAdminVdcRecord.getNumberOfMedia()

numberOfVAppTemplates

public B numberOfVAppTemplates(Integer val)
See Also:
QueryResultAdminVdcRecord.getNumberOfVAppTemplates()

isSystemVdc

public B isSystemVdc(Boolean val)
See Also:
QueryResultAdminVdcRecord.isSystemVdc()

isBusy

public B isBusy(Boolean val)
See Also:
QueryResultAdminVdcRecord.isBusy()

status

public B status(String val)
See Also:
QueryResultAdminVdcRecord.getStatus()

networkPool

public B networkPool(String val)
See Also:
QueryResultAdminVdcRecord.getNetworkPool()

build

public QueryResultAdminVdcRecord build()
Overrides:
build in class QueryResultRecordType.Builder<B extends QueryResultAdminVdcRecord.Builder<B>>

fromQueryResultAdminVdcRecord

public B fromQueryResultAdminVdcRecord(QueryResultAdminVdcRecord in)


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