Bases: vmware_nsx.api_replay.utils.PrepareObjectForMigration
Returns all the ports on a given network_id.
If the sg_id is in groups return true else false.
Migrates floatingips from source to dest neutron.
Migrates networks/ports/router-uplinks from src to dest neutron.
Migrates QoS policies from source to dest neutron.
Add the QoS rule from the source to the QoS policy
If there is already a rule of that type, skip it since the QoS policy can have only one rule of each type
Migrates routers from source to dest neutron.
Also return a dictionary of the routes that should be added to each router. Static routes must be added later, after the router ports are set. And return a dictionary of external gateway info per router
Add static routes to the created routers.
Migrates security groups from source to dest neutron.