The vmware_nsx.shell.admin.plugins.nsxtvd.resources.migrate Module

vmware_nsx.shell.admin.plugins.nsxtvd.resources.migrate.create_t_resources(context, objects, ext_net)

Create a list of objects in the T plugin

vmware_nsx.shell.admin.plugins.nsxtvd.resources.migrate.delete_router_routes_and_interfaces(context, plugin, router)
vmware_nsx.shell.admin.plugins.nsxtvd.resources.migrate.delete_v_resources(context, objects)

Delete a list of objects from the V plugin

vmware_nsx.shell.admin.plugins.nsxtvd.resources.migrate.get_resource_file_name(project_id, resource)
vmware_nsx.shell.admin.plugins.nsxtvd.resources.migrate.get_router_by_id(objects, router_id)
vmware_nsx.shell.admin.plugins.nsxtvd.resources.migrate.read_v_resources_from_files(project_id)

Read all relevant NSX-V resources from a json file

vmware_nsx.shell.admin.plugins.nsxtvd.resources.migrate.read_v_resources_to_files(context, project_id)

Read all relevant NSX-V resources from a specific project

and write them into a json file

This Page