{ "additionalProperties": false, "description": "Details about source and destination NSX setup to be migrated", "id": "MigrationSetupInfo", "module_id": "Migration", "properties": { "destination_nsx": { "$ref": "DestinationNsxApiEndpoint, "description": "IP address or hostname of the destination NSX API endpoint.", "readonly": false, "required": false, "title": "Destination NSX API endpoint" }, "migration_mode": { "default": "ONPREMISE_V2T", "description": "Migration mode can be VMC_V2T, ONPREMISE_V2T, ONPREMISE_VSPHERE2T", "enum": [ "VMC_V2T", "ONPREMISE_V2T", "ONPREMISE_VSPHERE2T" ], "readonly": false, "required": false, "title": "Migration mode", "type": "string" }, "source_nsx": { "description": "List of source NSX manager endpoints.", "items": { "$ref": "SourceNsxApiEndpoint }, "readonly": false, "required": false, "title": "List of source NSX managers", "type": "array" } }, "title": "Details about source and destination NSX setup", "type": "object" }