예제 #1
0
 public IntResult ImportVirtualMachine(int packageId,
                                       int serviceId, string vmId,
                                       string osTemplateFile, string adminPassword,
                                       bool startShutdownAllowed, bool pauseResumeAllowed, bool rebootAllowed, bool resetAllowed, bool reinstallAllowed,
                                       string externalNicMacAddress, int[] externalAddresses,
                                       string managementNicMacAddress, int managementAddress)
 {
     return(VirtualizationServerController2012.ImportVirtualMachine(packageId,
                                                                    serviceId, vmId,
                                                                    osTemplateFile, adminPassword,
                                                                    startShutdownAllowed, pauseResumeAllowed, rebootAllowed, resetAllowed, reinstallAllowed,
                                                                    externalNicMacAddress, externalAddresses,
                                                                    managementNicMacAddress, managementAddress));
 }