Uses of Class
org.jclouds.savvis.vpdc.domain.VDC

Packages that use VDC
org.jclouds.savvis.vpdc.domain   
org.jclouds.savvis.vpdc.features   
org.jclouds.savvis.vpdc.xml   
 

Uses of VDC in org.jclouds.savvis.vpdc.domain
 

Methods in org.jclouds.savvis.vpdc.domain that return VDC
 VDC VDC.Builder.build()
           
 

Methods in org.jclouds.savvis.vpdc.domain with parameters of type VDC
static VDC.Builder VDC.Builder.fromVDC(VDC in)
           
 

Uses of VDC in org.jclouds.savvis.vpdc.features
 

Methods in org.jclouds.savvis.vpdc.features that return VDC
 VDC BrowsingClient.getVDCInOrg(String billingSiteId, String vpdcId)
          VDC is a virtual data center ,the API returns a list of VAPPs own by given bill site Id.
 

Methods in org.jclouds.savvis.vpdc.features that return types with arguments of type VDC
 com.google.common.util.concurrent.ListenableFuture<VDC> BrowsingAsyncClient.getVDCInOrg(String billingSiteId, String vpdcId)
           
 

Uses of VDC in org.jclouds.savvis.vpdc.xml
 

Methods in org.jclouds.savvis.vpdc.xml that return VDC
 VDC VDCHandler.getResult()
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.