Uses of Class
org.jclouds.ovf.Configuration

Packages that use Configuration
org.jclouds.ovf   
 

Uses of Configuration in org.jclouds.ovf
 

Fields in org.jclouds.ovf with type parameters of type Configuration
protected  Set<Configuration> DeploymentOptionSection.configurations
           
protected  Set<Configuration> DeploymentOptionSection.Builder.configurations
           
 

Methods in org.jclouds.ovf that return Configuration
 Configuration Configuration.Builder.build()
           
 

Methods in org.jclouds.ovf that return types with arguments of type Configuration
 Set<Configuration> DeploymentOptionSection.getConfigurations()
           
 

Methods in org.jclouds.ovf with parameters of type Configuration
 DeploymentOptionSection.Builder DeploymentOptionSection.Builder.configuration(Configuration configuration)
           
 Configuration.Builder Configuration.Builder.fromConfiguration(Configuration in)
           
 

Method parameters in org.jclouds.ovf with type arguments of type Configuration
 DeploymentOptionSection.Builder DeploymentOptionSection.Builder.configurations(Iterable<Configuration> configurations)
           
 

Constructor parameters in org.jclouds.ovf with type arguments of type Configuration
DeploymentOptionSection(String info, Iterable<Configuration> configurations)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.