HostIpRouteTableInfo

HostIpRouteTableInfo
HostIpRouteTableInfo

IpRouteTableInfo.

This is the list of all static routes on the host

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "ipRoute": [
        {
            "_typeName": "string",
            "network": "string",
            "prefixLength": 0,
            "gateway": "string",
            "deviceName": "string"
        }
    ],
    "ipv6Route": [
        {
            "_typeName": "string",
            "network": "string",
            "prefixLength": 0,
            "gateway": "string",
            "deviceName": "string"
        }
    ]
}
ipRoute
Optional

The array of IpRouteEntry

ipv6Route
Optional

ipv6Route