nls_1_0_migration_response_migrations_inner_decisionRules

nls_1_0_migration_response_migrations_inner_decisionRules
nls_1_0_migration_response_migrations_inner_decisionRules

Decision rules specify the actions or decisions that may be taken as a part of VM migration.

JSON Example
{
    "forcePowerOffVm": false,
    "removeSnapshots": false,
    "removeISOs": false,
    "upgradeHardware": false,
    "upgradeVMTools": false
}
boolean
removeSnapshots
Optional

The property specifies whether to remove the virtual machine snapshots before proceeding with migration. Default value will be taken as false if user does not specify

boolean
removeISOs
Optional

The property specifies whether to remove the virtual machine iso attachments before proceeding with migration. Default value will be taken as false if user does not specify

boolean
forcePowerOffVm
Optional

The property specifies if clean shutdown doesn?t happen, we will forcefully power off the VM during migration. Applies only for Bulk Migration cases. Default value will be taken as false if user does not specify

boolean
upgradeHardware
Optional

The property specifies if destination cloud supports a newer hardware version, the VMs hardware version will be upgraded as part of the migration in case of Bulk Migration. In motion migration cases, the hardware upgrade will take place at the next power cycle of the VM. Default value will be taken as false if user does not specify

boolean
upgradeVMTools
Optional

The property specifies if the VM is running an older version of VMware tools than the destination cloud, we will trigger a VMware tools upgrade as part of the migration. Default value will be taken as false if user does not specify