Uses of Interface
org.jclouds.vcloud.VCloudClient

Packages that use VCloudClient
org.jclouds.vcloud.binders   
org.jclouds.vcloud.compute.functions   
org.jclouds.vcloud.compute.strategy   
org.jclouds.vcloud.predicates   
 

Uses of VCloudClient in org.jclouds.vcloud.binders
 

Fields in org.jclouds.vcloud.binders declared as VCloudClient
protected  VCloudClient BindInstantiateVAppTemplateParamsToXmlPayload.client
           
 

Constructors in org.jclouds.vcloud.binders with parameters of type VCloudClient
BindInstantiateVAppTemplateParamsToXmlPayload(BindInstantiateVAppTemplateParamsToXmlPayload.DefaultNetworkNameInTemplate defaultNetworkNameInTemplate, BindToStringPayload stringBinder, String ns, String schema, ReferenceType network, String fenceMode, VCloudClient client)
           
 

Uses of VCloudClient in org.jclouds.vcloud.compute.functions
 

Constructors in org.jclouds.vcloud.compute.functions with parameters of type VCloudClient
HardwareForVAppTemplate(VCloudClient client, FindLocationForResource findLocationForResource, VCloudHardwareBuilderFromResourceAllocations rasdToHardwareBuilder)
           
ImageForVAppTemplate(VCloudClient client, FindLocationForResource findLocationForResource, PopulateDefaultLoginCredentialsForImageStrategy credentialsProvider)
           
 

Uses of VCloudClient in org.jclouds.vcloud.compute.strategy
 

Fields in org.jclouds.vcloud.compute.strategy declared as VCloudClient
protected  VCloudClient InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.client
           
protected  VCloudClient VCloudGetNodeMetadataStrategy.client
           
protected  VCloudClient VCloudListNodesStrategy.client
           
protected  VCloudClient VCloudDestroyNodeStrategy.client
           
 

Constructors in org.jclouds.vcloud.compute.strategy with parameters of type VCloudClient
InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn(com.google.common.base.Predicate<URI> successTester, VCloudClient client, GetNodeMetadataStrategy getNode)
           
VCloudDestroyNodeStrategy(com.google.common.base.Predicate<URI> successTester, VCloudClient client, GetNodeMetadataStrategy getNode)
           
VCloudGetNodeMetadataStrategy(VCloudClient client, com.google.common.base.Function<VApp,NodeMetadata> vAppToNodeMetadata)
           
VCloudLifeCycleStrategy(VCloudClient client, com.google.common.base.Predicate<URI> taskTester, GetNodeMetadataStrategy getNode)
           
VCloudListNodesStrategy(VCloudClient client, com.google.common.base.Supplier<Map<String,? extends Org>> nameToOrg, VCloudGetNodeMetadataStrategy getNodeMetadata, FindLocationForResource findLocationForResourceInVDC)
           
 

Uses of VCloudClient in org.jclouds.vcloud.predicates
 

Constructors in org.jclouds.vcloud.predicates with parameters of type VCloudClient
TaskSuccess(VCloudClient client)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.