Uses of Interface
org.jclouds.cloudstack.compute.strategy.OptionsConverter
- 
Packages that use OptionsConverter Package Description org.jclouds.cloudstack.compute.config org.jclouds.cloudstack.compute.strategy  - 
- 
Uses of OptionsConverter in org.jclouds.cloudstack.compute.config
Methods in org.jclouds.cloudstack.compute.config that return types with arguments of type OptionsConverter Modifier and Type Method Description Map<NetworkType,? extends OptionsConverter>CloudStackComputeServiceContextModule. optionsConverters() - 
Uses of OptionsConverter in org.jclouds.cloudstack.compute.strategy
Classes in org.jclouds.cloudstack.compute.strategy that implement OptionsConverter Modifier and Type Class Description classAdvancedNetworkOptionsConverterConvert template options into DeployVirtualMachineOptions, when the target zone has advanced networking.classBasicNetworkOptionsConverterConvert template options into DeployVirtualMachineOptions, when the target zone has basic networking. 
 -