ArrayOfDVPortStatus
ArrayOfDVPortStatus
A boxed array of DVPortStatus. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"linkUp": false,
"blocked": false,
"vlanIds": [
{
"_typeName": "string",
"start": 0,
"end": 0
}
],
"trunkingMode": false,
"mtu": 0,
"linkPeer": "string",
"macAddress": "string",
"statusDetail": "string",
"vmDirectPathGen2Active": false,
"vmDirectPathGen2InactiveReasonNetwork": [
"string"
],
"vmDirectPathGen2InactiveReasonOther": [
"string"
],
"vmDirectPathGen2InactiveReasonExtended": "string"
}
]
}