UnidirectionalServicePath

UnidirectionalServicePath
UnidirectionalServicePath

Representing either forward or reverse service path for ingress or egress traffic respectively.

JSON Example
{
    "hops": [
        {
            "action": "string",
            "can_decrement_si": false,
            "in_maintenance_mode": false,
            "is_active_from_ccp": false,
            "is_active_from_dp": false,
            "is_active_from_mp": false,
            "mac_address": "string",
            "nsh_liveness_support": false,
            "vif": "string"
        }
    ],
    "host_cross_count": 0,
    "in_maintenance_mode": false,
    "is_active": false,
    "unidir_service_path_id": 0
}
hops
Optional

List of service path hops that constitutes the forward or reverse service path.

integer As int64 As int64
host_cross_count
Optional

The number of times the traffic needs to cross hosts for the given forward or reverse service path.

boolean
in_maintenance_mode
Optional

Is forward or revserse service path in maintenance mode or not.

boolean
is_active
Optional

Is forward or revserse service path active or not.

integer As int64 As int64
unidir_service_path_id
Optional

Unique identifier of one directional service path.

Property Of