MigrationSwitchListResult

MigrationSwitchListResult
MigrationSwitchListResult

Details about all the DVS and VSS present on the VC

AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "cursor": "string",
    "result_count": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "results": [
        {
            "id": "string",
            "kind": "string",
            "name": "string",
            "pnic_count": 0,
            "version": "string"
        }
    ]
}