xenadmin/XenModel/Actions/VM
Konstantina Chremmou 2110607cc1 CA-365143: Correction when changing a VM's memory settings:
- Corrected the logic deducing whether shutting down and restart is needed.
- Fixed crash when starting a VM without a home host.
- Also, renamed some fields for better compliance with C# naming conventions.

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2022-03-21 13:10:40 +00:00
..
ChangeMemorySettingsAction.cs CA-365143: Correction when changing a VM's memory settings: 2022-03-21 13:10:40 +00:00
ChangeVCPUSettingsAction.cs CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
ChangeVMISOAction.cs CP-36392 pt.1: Removed unused using directives. 2021-04-07 10:04:47 +01:00
CreateCdDriveAction.cs Do not pass the delegates showing messages as parameters to the actions, but rather have them handle action events. 2019-10-14 09:24:36 +01:00
CreateVMAction.cs CA-362709, CA-362711: Reworked the logic for allowing full disk copy when creating a VM from a snapshot or custom template. 2022-02-14 14:35:51 +00:00
CreateVMFastAction.cs CP-36392 pt.1: Removed unused using directives. 2021-04-07 10:04:47 +01:00
ExportVmAction.cs CP-36392: Add comment to ignored catch blocks 2021-09-20 09:35:17 +01:00
GpuAssignAction.cs CP-36392 pt.1: Removed unused using directives. 2021-04-07 10:04:47 +01:00
HAUnprotectVMAction.cs CP-36392 pt.1: Removed unused using directives. 2021-04-07 10:04:47 +01:00
HVMBootAction.cs Converted remaining extension get and set properties of the API classes to methods 2017-09-05 02:15:38 +01:00
ImportVmAction.cs Improved logging and reporting percentage when importing an XVA. 2022-01-24 15:23:02 +00:00
InstallPVToolsAction.cs Merge remote-tracking branch 'upstream/master' into feature/hyperman 2021-05-25 15:51:42 +01:00
ResumeAndStartVMsAction.cs CP-36392 pt.1: Removed unused using directives. 2021-04-07 10:04:47 +01:00
SetHaPrioritiesAction.cs Merge remote-tracking branch 'upstream/master' into feature/hyperman 2021-05-25 15:51:42 +01:00
SetVMOtherConfigAction.cs CP-36392 pt.1: Removed unused using directives. 2021-04-07 10:04:47 +01:00
SetVMStartupOptionsAction.cs Merge remote-tracking branch 'upstream/master' into feature/hyperman 2021-05-25 15:51:42 +01:00
SuspendAndShutdownVMsAction.cs CP-36392 pt.1: Removed unused using directives. 2021-04-07 10:04:47 +01:00
VMCloneAction.cs Merge branch 'master' into vm-copy-credentials_CA-359712 2021-12-02 22:14:48 +00:00
VMCopyAction.cs Merge branch 'master' into vm-copy-credentials_CA-359712 2021-12-02 22:14:48 +00:00
VMCrossPoolMigrateAction.cs Retrieve VM snapshots from the cache instead of making an API call to the server. 2021-12-23 16:40:05 +01:00
VMDestroyAction.cs Bad application of the code reusability principle in VMDestroyAction. 2020-12-03 14:56:11 +00:00
VMMigrateAction.cs CA-339273: Some corrections and minor refactoring. 2021-12-02 11:20:49 +00:00
VMMoveAction.cs CA-339273: Some corrections and minor refactoring. 2021-12-02 11:20:49 +00:00
VMRebootAction.cs CP-36392 pt.1: Removed unused using directives. 2021-04-07 10:04:47 +01:00
VMShutdownAction.cs Minor modifications to task polling: 2020-10-13 15:02:31 +01:00
VMSnapshotCreateAction.cs CP-36392 pt.1: Removed unused using directives. 2021-04-07 10:04:47 +01:00
VMSnapshotDeleteAction.cs Converted all extension get properties of the API classes to methods in order to 2017-09-03 03:35:30 +01:00
VMSnapshotRevertAction.cs Use Tick() when setting both the PercentComplete and the Description to avoid firing OnChanged() twice. 2022-01-24 15:23:02 +00:00
VMStartAction.cs Converted all extension get properties of the API classes to methods in order to 2017-09-03 03:35:30 +01:00
VMSuspendAction.cs Minor modifications to task polling: 2020-10-13 15:02:31 +01:00
VMToTemplateAction.cs Converted all extension get properties of the API classes to methods in order to 2017-09-03 03:35:30 +01:00