HostIpRouteOp

HostIpRouteOp
HostIpRouteOp

Routing Entry Operation.

Routing entries are individual static routes which combined with the default route form all of the routing rules for a host.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "changeOperation": "string",
    "route": {
        "_typeName": "string",
        "network": "string",
        "prefixLength": 0,
        "gateway": "string",
        "deviceName": "string"
    }
}
string
changeOperation
Required

This property indicates the change operation to apply on this configuration specification.

See also HostConfigChangeOperationEnum.

route
Required

IpRouteEntry.

Routing entries are individual static routes which combined with the default route form all of the routing rules for a host.