Reference Guide

Table Of Contents
cluster.
-async
Perform asynchronous operation.
delete
Delete a migration recommendation.
Format
migration_recommendation -id <value> delete [ -async ]
Action qualifiers
-id
Unique ID of the migration recommendation.
-async
Perform asynchronous operation.
set
[Added in 2.0.0.0]
Modify migration actions by applying specified dst appliance id and active flag to the migration
actions specified by resource id. All specified modifications must be successful for the request to be
successful. Partially successful modifications will be rejected and the recommendation object will
be unchanged. Was added in version 2.0.0.0.
Format
migration_recommendation -id <value> set ( -migration_actions -resource_id <value>
-dst_appliance_id <value> -active { yes | true | no | false } )… [ -async ]
Action qualifiers
-id
Unique ID of the migration recommendation.
-resource_id
Resource ID of migration action to be modified.
-dst_appliance_id
New dst appliance ID for this migration action.
-active
New value of the active flag for this migration action. Deactivating an action keeps it in the
recommendation, and it can be set active again, until the sessions are created. Inactive
actions are skipped when the sessions are created and cannot be set to active after that point.
160