Uses of Class
org.jclouds.vcloud.director.v1_5.domain.Vdc

Packages that use Vdc
org.jclouds.vcloud.director.v1_5.domain   
org.jclouds.vcloud.director.v1_5.features   
 

Uses of Vdc in org.jclouds.vcloud.director.v1_5.domain
 

Subclasses of Vdc in org.jclouds.vcloud.director.v1_5.domain
 class AdminVdc
          Provides an administrative view of a vDC.
 

Methods in org.jclouds.vcloud.director.v1_5.domain that return Vdc
 Vdc Vdc.Builder.build()
           
 

Methods in org.jclouds.vcloud.director.v1_5.domain with parameters of type Vdc
 B Vdc.Builder.fromVdc(Vdc in)
           
 

Uses of Vdc in org.jclouds.vcloud.director.v1_5.features
 

Methods in org.jclouds.vcloud.director.v1_5.features that return Vdc
 Vdc VdcApi.get(String vdcUrn)
          Retrieves a vdc.
 Vdc VdcApi.get(URI vdcHref)
           
 

Methods in org.jclouds.vcloud.director.v1_5.features that return types with arguments of type Vdc
 com.google.common.util.concurrent.ListenableFuture<? extends Vdc> VdcAsyncApi.get(String vdcUrn)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Vdc> VdcAsyncApi.get(URI vdcHref)
           
 



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