If using your voice to create an HCX Mobility Group and initiate a migration to a VMware Cloud SDDC is not your thing, here is a more practical example using PowerCLI which includes HCX cmdlets that was introduced awhile back.
Here are the 12 configurable variables that you will need to update based on your own environment.
$VC_SERVER="vcsa.vmware.corp" $VC_USERNAME="*protected email*" $VC_PASSWORD="VMware1!" $HCX_SERVER="hcx.vmware.corp" $VSPHERE_TAG_CATEGORY="Cloud" $VSPHERE_TAG_NAME="VMC" # vMotion, Bulk, Cold, RAV, OsAssistedMigration $MIGRATION_TYPE="RAV" $TARGET_NETWORK_NAME="L2E_HOL-10-f58e483b" $TARGET_DATASTORE_NAME="WorkloadDatastore" $TARGET_RESOURCE_POOL_NAME="Compute-ResourcePool" $TARGET_VM_FOLDER_NAME="Workloads" $MOBILITY_GROUP_NAME="VMworld-2020-Demo"