Uses of Class
org.jclouds.ovf.Configuration
- 
Packages that use Configuration Package Description org.jclouds.ovf  - 
- 
Uses of Configuration in org.jclouds.ovf
Fields in org.jclouds.ovf with type parameters of type Configuration Modifier and Type Field Description protected Set<Configuration>DeploymentOptionSection.Builder. configurationsprotected Set<Configuration>DeploymentOptionSection. configurationsMethods in org.jclouds.ovf that return Configuration Modifier and Type Method Description ConfigurationConfiguration.Builder. build()Methods in org.jclouds.ovf that return types with arguments of type Configuration Modifier and Type Method Description Set<Configuration>DeploymentOptionSection. getConfigurations()Methods in org.jclouds.ovf with parameters of type Configuration Modifier and Type Method Description DeploymentOptionSection.BuilderDeploymentOptionSection.Builder. configuration(Configuration configuration)Configuration.BuilderConfiguration.Builder. fromConfiguration(Configuration in)Method parameters in org.jclouds.ovf with type arguments of type Configuration Modifier and Type Method Description DeploymentOptionSection.BuilderDeploymentOptionSection.Builder. configurations(Iterable<Configuration> configurations)Constructor parameters in org.jclouds.ovf with type arguments of type Configuration Constructor Description DeploymentOptionSection(String info, Iterable<Configuration> configurations) 
 -