NetIpRouteConfigInfo
NetIpRouteConfigInfo
This data object reports the IP Route Table.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"ipRoute": [
{
"_typeName": "string",
"network": "string",
"prefixLength": 0,
"gateway": {
"_typeName": "string",
"ipAddress": "string",
"device": "string"
}
}
]
}