]> git.uio.no Git - virt-orchestrator.git/blob - vFLOWER/content/Actions/com.vmware.library.vc.vm.spec.nic/getCustomizationDhcpIpGenerator.action.xml
første endring registrert
[virt-orchestrator.git] / vFLOWER / content / Actions / com.vmware.library.vc.vm.spec.nic / getCustomizationDhcpIpGenerator.action.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <dunes-script-module name="getCustomizationDhcpIpGenerator" result-type="Any" api-version="3.1.0" id="feb34f2d-6779-42cb-ae27-0d5c8f3ef51a" version="0.2.0" allowed-operations="fv">
3     <description>Use a DHCP server to configure the virtual network adapter.</description>
4
5     <script encoded="false">
6 return new VcCustomizationDhcpIpGenerator();
7     </script>
8 </dunes-script-module>