public interface OptionsConverter
Modifier and Type | Method and Description |
---|---|
DeployVirtualMachineOptions |
apply(CloudStackTemplateOptions templateOptions,
Map<Long,Network> networks,
long zoneId,
DeployVirtualMachineOptions options)
Convert a CloudStackTemplateOptions and apply to a DeployVirtualMachineOptions instance.
|
DeployVirtualMachineOptions apply(CloudStackTemplateOptions templateOptions, Map<Long,Network> networks, long zoneId, DeployVirtualMachineOptions options)
templateOptions
- the input set of optionsnetworks
- the networks availablezoneId
- the zone of the new virtual machineoptions
- where the resulting set of options will be appliedCopyright © 2009-2012 jclouds. All Rights Reserved.