PnicBondStatusListResult
PnicBondStatusListResult
This object contains reference to list of pNIC/bond statuses
AllOf
JSON Example
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"cursor": "string",
"result_count": 0,
"sort_ascending": false,
"sort_by": "string",
"results": [
{
"bond_pnics": [
{
"name": "string",
"status": "string",
"type": "string"
}
],
"name": "string",
"nsx_type": "string",
"status": "string",
"type": "string"
}
]
}