ArrayOfPhysicalNicHintInfo
ArrayOfPhysicalNicHintInfo
A boxed array of PhysicalNicHintInfo. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"device": "string",
"subnet": [
{
"_typeName": "string",
"vlanId": 0,
"ipSubnet": "string"
}
],
"network": [
{
"_typeName": "string",
"vlanId": 0,
"network": "string"
}
],
"connectedSwitchPort": {
"_typeName": "string",
"cdpVersion": 0,
"timeout": 0,
"ttl": 0,
"samples": 0,
"devId": "string",
"address": "string",
"portId": "string",
"deviceCapability": {
"_typeName": "string",
"router": false,
"transparentBridge": false,
"sourceRouteBridge": false,
"networkSwitch": false,
"host": false,
"igmpEnabled": false,
"repeater": false
},
"softwareVersion": "string",
"hardwarePlatform": "string",
"ipPrefix": "string",
"ipPrefixLen": 0,
"vlan": 0,
"fullDuplex": false,
"mtu": 0,
"systemName": "string",
"systemOID": "string",
"mgmtAddr": "string",
"location": "string"
},
"lldpInfo": {
"_typeName": "string",
"chassisId": "string",
"portId": "string",
"timeToLive": 0,
"parameter": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
]
}
}
]
}