NSX-T Data Center REST API
LacpMigrationConfig (type)
{ "description": "This contains references to the pnic to lag uplink mapping, the fallback pnic that will be used if the move from DV Uplink to LAG fails and the management DVPGs on which the LAG will be made active.", "id": "LacpMigrationConfig", "module_id": "HostTransportNodeCollection", "nsx_feature": "LacpOnVcf", "properties": { "dvs_mo_id": { "required": false, "title": "DVS Managed Object ID", "type": "string" }, "fallback_pnic": { "$ref": "Pnic", "required": true, "title": "PNIC to be if traffic fails on LAG uplink" }, "mgmt_dvportgroups": { "items": { "type": "string" }, "required": true, "title": "ManagedObject IDs of DVPortgroups that should use LAG as an active uplink", "type": "array" }, "pnics": { "items": { "$ref": "Pnic" }, "required": true, "title": "List of pnics that will be moved over to lag", "type": "array" } }, "title": "LACP migration config for TNC", "type": "object" }