cloudstack/core/src/com/cloud/vm
alena b383aaceec bug 7517: Added an ability to specify vm's host name during vm Deploy using "name" parameter. The parameter is optional.
status 7517: resolved fixed

Name should follow these rules:
* must be between 1 and 63 characters long and may contain only the ASCII letters 'a' through 'z', the digits '0' through '9', and the hyphen ('-').
* can not start  with a hyphen, and must not end with a hyphen

Once name is set (during vm deploy), it can't be modified.
2010-12-15 15:52:16 -08:00
..
ConsoleProxy.java Comment out code in executors during the transition to the new API framework. The code is being left around for reference during testing/debugging of the new framework and will be removed in the future. 2010-09-17 11:13:29 -07:00
ConsoleProxyVO.java more gson 1.5 work 2010-11-16 17:03:25 -08:00
DomainRouterVO.java bug 7284: bug in copy constructor cause dhcp server in direct tagged vlan to think it is a virtual router 2010-11-22 22:19:21 -08:00
InstanceGroupVMMapVO.java Added missing license info to the bunch of files 2010-09-27 19:08:03 -07:00
InstanceGroupVO.java api refactoring 2010-11-21 12:00:21 -08:00
SecondaryStorageVm.java Refactor listSystemVms to new API framework. Add missing licensing info to several API response files. Combine ConsoleProxy and SecondaryStorageVm interfaces into SystemVm interface to have common functions callable from one interface rather than having to cast overly much just to get the same data from the objects. This also includes a partial refactoring of ListStoragePoolsAndHosts command. 2010-09-08 18:56:27 -07:00
SecondaryStorageVmVO.java gson 1.5 is now in 2010-11-16 15:22:45 -08:00
SystemVm.java Comment out code in executors during the transition to the new API framework. The code is being left around for reference during testing/debugging of the new framework and will be removed in the future. 2010-09-17 11:13:29 -07:00
UserVmVO.java bug 7517: Added an ability to specify vm's host name during vm Deploy using "name" parameter. The parameter is optional. 2010-12-15 15:52:16 -08:00
VMInstanceVO.java bug 7498: fixed search by keyword in listUserVm/listSystemVms/listRouters commands 2010-12-13 15:22:11 -08:00
VirtualDisk.java Source code committed 2010-08-11 09:13:29 -07:00
VirtualEnvironment.java Source code committed 2010-08-11 09:13:29 -07:00
VirtualMachineName.java fix bugs in allocator 2010-12-13 16:42:25 -08:00
VirtualNetwork.java Changed networkconfigurations to network as per Sheng's suggestion 2010-11-19 15:44:42 -08:00
VmStats.java Source code committed 2010-08-11 09:13:29 -07:00