| Name | Type | Description | Notes |
|---|---|---|---|
| src | String | Source address to prefer when sending to destinations of route | [optional] |
| fromAddress | String | From address | [optional] |
| proto | ProtoEnum | Routing protocol identifier of route | [optional] |
| routeType | RouteTypeEnum | Route type | |
| metric | String | Metric value of route | [optional] |
| destination | String | Destination covered by route | [optional] |
| interfaceId | String | Network interface id of route | [optional] |
| routeId | String | Unique identifier for the route | [optional] |
| netmask | String | Netmask of destination covered by route | [optional] |
| scope | String | Scope of destinations covered by route | [optional] |
| gateway | String | Address of next hop | [optional] |
| Name | Value |
|---|---|
| UNSPEC | "unspec" |
| REDIRECT | "redirect" |
| KERNEL | "kernel" |
| BOOT | "boot" |
| STATIC | "static" |
| GATED | "gated" |
| RA | "ra" |
| MRT | "mrt" |
| ZEBRA | "zebra" |
| BIRD | "bird" |
| DNROUTED | "dnrouted" |
| XORP | "xorp" |
| NTK | "ntk" |
| DHCP | "dhcp" |
| Name | Value |
|---|---|
| DEFAULT | "default" |
| STATIC | "static" |
| BLACKHOLE | "blackhole" |
| PROHIBIT | "prohibit" |
| THROW | "throw" |
| UNREACHABLE | "unreachable" |