NodeRouteProperties

NodeRouteProperties
NodeRouteProperties

Node network route properties

AllOf
This class requires all of the following:
JSON Example
{
    "_self": {
        "action": "string",
        "href": "string",
        "rel": "string"
    },
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "src": "string",
    "from_address": "string",
    "proto": "string",
    "route_type": "string",
    "metric": "string",
    "destination": "string",
    "interface_id": "string",
    "route_id": "string",
    "netmask": "string",
    "scope": "string",
    "gateway": "string"
}