{ "additionalProperties": false, "description": "Details about switch to be migrated", "id": "MigrationSwitchInfo", "module_id": "Migration", "properties": { "id": { "description": "Switch Identifier.", "readonly": true, "required": true, "title": "Switch id", "type": "string" }, "kind": { "default": "DVS", "description": "Kind of switch, can be DVS, VSS.", "enum": [ "DVS", "VSS" ], "readonly": false, "required": false, "title": "Kind of switch", "type": "string" }, "name": { "description": "Name of the switch.", "readonly": false, "required": false, "title": "Switch name", "type": "string" }, "pnic_count": { "description": "Number of PNICs associated with this switch.", "readonly": true, "required": false, "title": "PNIC count", "type": "int" }, "version": { "description": "Version of the switch to be migrated.", "readonly": true, "required": false, "title": "Switch version", "type": "string" } }, "title": "Details about switch to be migrated", "type": "object" }