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   
org.jclouds.vcloud.director.v1_5.functions   
 

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)
           
 

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

Fields in org.jclouds.vcloud.director.v1_5.functions with type parameters of type Vdc
protected  com.google.common.base.Supplier<Map<String,Map<String,Vdc>>> OrgNameVdcNameResourceNameToEndpoint.orgVdcMap
           
 

Methods in org.jclouds.vcloud.director.v1_5.functions that return types with arguments of type Vdc
 Iterable<? extends Vdc> AllVdcsInOrg.apply(AdminOrg org)
           
 

Methods in org.jclouds.vcloud.director.v1_5.functions with parameters of type Vdc
protected abstract  URI OrgNameVdcNameResourceNameToEndpoint.getEndpointOfResourceInVdc(Object org, Object Vdc, Object resource, Vdc VdcObject)
           
protected  URI OrgNameVdcNameResourceEntityNameToEndpoint.getEndpointOfResourceInVdc(Object org, Object Vdc, Object resource, Vdc VdcObject)
           
protected  URI OrgNameVdcNameNetworkNameToEndpoint.getEndpointOfResourceInVdc(Object org, Object Vdc, Object resource, Vdc VdcObject)
           
 

Constructor parameters in org.jclouds.vcloud.director.v1_5.functions with type arguments of type Vdc
OrgNameVdcNameNetworkNameToEndpoint(com.google.common.base.Supplier<Map<String,Map<String,Vdc>>> orgVdcMap, com.google.common.base.Supplier<Reference> defaultOrg, com.google.common.base.Supplier<Reference> defaultVdc)
           
OrgNameVdcNameResourceEntityNameToEndpoint(com.google.common.base.Supplier<Map<String,Map<String,Vdc>>> orgVdcMap, com.google.common.base.Supplier<Reference> defaultOrg, com.google.common.base.Supplier<Reference> defaultVdc)
           
OrgNameVdcNameResourceNameToEndpoint(com.google.common.base.Supplier<Map<String,Map<String,Vdc>>> orgVdcMap, com.google.common.base.Supplier<Reference> defaultOrg, com.google.common.base.Supplier<Reference> defaultVdc)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.