PnicBondStatus

PnicBondStatus
PnicBondStatus

pNIC/bond statuses

JSON Example
{
    "bond_pnics": [
        {
            "name": "string",
            "status": "string",
            "type": "string"
        }
    ],
    "name": "string",
    "nsx_type": "string",
    "status": "string",
    "type": "string"
}
bond_pnics
Optional

The list of Pnics when type is Bond

string
name
Optional

Name of the pNIC/bond

string
nsx_type
Optional

Whether to be used by nsx

Possible values are : UNKNOWN_NSX_TYPE, NSX, NONNSX,
string
status
Optional

Status of pNIC/bond

Possible values are : UNKNOWN, UP, DOWN, DEGRADED,
string
type
Optional

type, whether the object is a pNIC or a bond

Possible values are : UNKNOWN_TYPE, PNIC, BOND,
Property Of