vtn

Base Information

prefix vtn
namespace urn:opendaylight:vtn
revision 2015-03-28
description The module that describes the configuration of the VTN (Virtual Tenant Network).
yang-version 1
imports pathmap:vtn-path-map 2015-03-28; vterm:vtn-vterminal 2015-09-07; vtype:vtn-types 2015-02-09; vfilter:vtn-flow-filter 2015-09-07; vbr:vtn-vbridge 2015-09-07;

Groupings Summary

Name Description
vtn-vtenant-config Describes configuration for a VTN. If flow timeout configuration is missing, the default value will be applied. Default value for `idle-timeout' and `hard-timeout' are 300 and 0 respectively.
vtn-info Describes information about a VTN.

Child Nodes Summary

Name Description
vtns The root container of all VTNs (Virtual Tenant Network). Note that the VTN configuration must be modified by RPC. Do not edit this container directly.

RPCs Summary

Name Description
remove-vtn Remove the VTN specified by the name. All the virtual networking node in the specified VTN, such as vBridge, will also be removed. On failure, one of vtn-error-tag value which indicates the cause of error is set into application tag in RPC error. `BADREQUEST' is set if the RPC input contains invalid data. `NOTFOUND' is set if the specified VTN is not present. `INTERNALERROR' is set if the operation failed due to internal error.
update-vtn Create or modify the VTN specified by the name. Upon successful completion, the result of this operation will be set to the `status' field in the RPC output. `CREATED' indicates that the specified VTN has been newly created. `CHANGED' indicates that the configuration for the specified VTN has been changed. Null indicates that the configuration for the specified VTN was not changed. On failure, one of vtn-error-tag value which indicates the cause of error is set into application tag in RPC error. `BADREQUEST' is set if the RPC input contains invalid data. `CONFLICT' is set if `update-mode' field in the RPC input is `CREATE' and the specified VTN is present. `NOTFOUND' is set if `update-mode' field in the RPC input is `MODIFY' and the specified VTN is not present. `INTERNALERROR' is set if the operation failed due to internal error.

Groupings

Datastore Structure

vtn

Child nodes

Direct children

vtns

XML Path
Restconf path
vtn:vtns

Direct children

XML example

        <vtns xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <!-- This node could appear multiple times -->
            <vtn xmlns="urn:opendaylight:vtn">...</vtn>
        
        </vtns>
    

vtns/vtn

XML Path
Restconf path
vtn:vtns/vtn/{name}

Direct children

XML example

        <vtn xmlns="urn:opendaylight:vtn">
        
            <name xmlns="urn:opendaylight:vtn">...</name>
        
            <!-- See definition
             for child nodes.  -->
            <vtenant-config xmlns="urn:opendaylight:vtn">...</vtenant-config>
        
            <!-- See definition
             for child nodes.  -->
            <vtn-path-maps xmlns="urn:opendaylight:vtn">...</vtn-path-maps>
        
            <!-- See definition
             for child nodes.  -->
            <vtn-input-filter xmlns="urn:opendaylight:vtn">...</vtn-input-filter>
        
            <!-- See definition
             for child nodes.  -->
            <!-- This node could appear multiple times -->
            <vterminal xmlns="urn:opendaylight:vtn">...</vterminal>
        
            <!-- See definition
             for child nodes.  -->
            <!-- This node could appear multiple times -->
            <vbridge xmlns="urn:opendaylight:vtn">...</vbridge>
        
        </vtn>
    

vtns/vtn/vtenant-config

XML Path
Restconf path
vtn:vtns/vtn/{name}/vtenant-config

Direct children

XML example

        <vtenant-config xmlns="urn:opendaylight:vtn">
        
            <description xmlns="urn:opendaylight:vtn">...</description>
        
            <idle-timeout xmlns="urn:opendaylight:vtn">...</idle-timeout>
        
            <hard-timeout xmlns="urn:opendaylight:vtn">...</hard-timeout>
        
        </vtenant-config>
    

vtns/vtn/vtn-path-maps

XML Path
Restconf path
vtn:vtns/vtn/{name}/vtn-path-maps

Direct children

XML example

        <vtn-path-maps xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <!-- This node could appear multiple times -->
            <vtn-path-map xmlns="urn:opendaylight:vtn">...</vtn-path-map>
        
        </vtn-path-maps>
    

vtns/vtn/vtn-path-maps/vtn-path-map

XML Path
Restconf path
vtn:vtns/vtn/{name}/vtn-path-maps/vtn-path-map/{index}

Direct children

XML example

        <vtn-path-map xmlns="urn:opendaylight:vtn">
        
            <condition xmlns="urn:opendaylight:vtn">...</condition>
        
            <policy xmlns="urn:opendaylight:vtn">...</policy>
        
            <index xmlns="urn:opendaylight:vtn">...</index>
        
            <idle-timeout xmlns="urn:opendaylight:vtn">...</idle-timeout>
        
            <hard-timeout xmlns="urn:opendaylight:vtn">...</hard-timeout>
        
        </vtn-path-map>
    

vtns/vtn/vtn-input-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vtn-input-filter

Direct children

XML example

        <vtn-input-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <!-- This node could appear multiple times -->
            <vtn-flow-filter xmlns="urn:opendaylight:vtn">...</vtn-flow-filter>
        
        </vtn-input-filter>
    

vtns/vtn/vtn-input-filter/vtn-flow-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vtn-input-filter/vtn-flow-filter/{index}

Direct children

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            <condition xmlns="urn:opendaylight:vtn">...</condition>
        
            <index xmlns="urn:opendaylight:vtn">...</index>
        
            
        
            <!-- See definition
             for child nodes.  -->
            <!-- This node could appear multiple times -->
            <vtn-flow-action xmlns="urn:opendaylight:vtn">...</vtn-flow-action>
        
        </vtn-flow-filter>
    

vtns/vtn/vtn-input-filter/vtn-flow-filter/vtn-flow-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vtn-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <order xmlns="urn:opendaylight:vtn">...</order>
        
            
        
        </vtn-flow-action>
    

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
        </vtn-flow-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-vlan-pcp-action xmlns="urn:opendaylight:vtn">...</vtn-set-vlan-pcp-action>
        
        </vtn-flow-action>
    

vtns/vtn/vtn-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-vlan-pcp-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vtn-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-vlan-pcp-action

Direct children

XML example

        <vtn-set-vlan-pcp-action xmlns="urn:opendaylight:vtn">
        
            <vlan-pcp xmlns="urn:opendaylight:vtn">...</vlan-pcp>
        
        </vtn-set-vlan-pcp-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-vlan-id-action xmlns="urn:opendaylight:vtn">...</vtn-set-vlan-id-action>
        
        </vtn-flow-action>
    

vtns/vtn/vtn-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-vlan-id-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vtn-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-vlan-id-action

Direct children

XML example

        <vtn-set-vlan-id-action xmlns="urn:opendaylight:vtn">
        
            <vlan-id xmlns="urn:opendaylight:vtn">...</vlan-id>
        
        </vtn-set-vlan-id-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-port-src-action xmlns="urn:opendaylight:vtn">...</vtn-set-port-src-action>
        
        </vtn-flow-action>
    

vtns/vtn/vtn-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-port-src-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vtn-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-port-src-action

Direct children

XML example

        <vtn-set-port-src-action xmlns="urn:opendaylight:vtn">
        
            <port xmlns="urn:opendaylight:vtn">...</port>
        
        </vtn-set-port-src-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-port-dst-action xmlns="urn:opendaylight:vtn">...</vtn-set-port-dst-action>
        
        </vtn-flow-action>
    

vtns/vtn/vtn-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-port-dst-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vtn-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-port-dst-action

Direct children

XML example

        <vtn-set-port-dst-action xmlns="urn:opendaylight:vtn">
        
            <port xmlns="urn:opendaylight:vtn">...</port>
        
        </vtn-set-port-dst-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-pop-vlan-action xmlns="urn:opendaylight:vtn">...</vtn-pop-vlan-action>
        
        </vtn-flow-action>
    

vtns/vtn/vtn-input-filter/vtn-flow-filter/vtn-flow-action/vtn-pop-vlan-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vtn-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-pop-vlan-action

XML example

        <vtn-pop-vlan-action xmlns="urn:opendaylight:vtn">
        
        </vtn-pop-vlan-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-icmp-code-action xmlns="urn:opendaylight:vtn">...</vtn-set-icmp-code-action>
        
        </vtn-flow-action>
    

vtns/vtn/vtn-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-icmp-code-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vtn-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-icmp-code-action

Direct children

XML example

        <vtn-set-icmp-code-action xmlns="urn:opendaylight:vtn">
        
            <code xmlns="urn:opendaylight:vtn">...</code>
        
        </vtn-set-icmp-code-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-icmp-type-action xmlns="urn:opendaylight:vtn">...</vtn-set-icmp-type-action>
        
        </vtn-flow-action>
    

vtns/vtn/vtn-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-icmp-type-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vtn-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-icmp-type-action

Direct children

XML example

        <vtn-set-icmp-type-action xmlns="urn:opendaylight:vtn">
        
            <type xmlns="urn:opendaylight:vtn">...</type>
        
        </vtn-set-icmp-type-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-push-vlan-action xmlns="urn:opendaylight:vtn">...</vtn-push-vlan-action>
        
        </vtn-flow-action>
    

vtns/vtn/vtn-input-filter/vtn-flow-filter/vtn-flow-action/vtn-push-vlan-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vtn-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-push-vlan-action

Direct children

XML example

        <vtn-push-vlan-action xmlns="urn:opendaylight:vtn">
        
            <vlan-type xmlns="urn:opendaylight:vtn">...</vlan-type>
        
        </vtn-push-vlan-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">...</vtn-set-inet-dst-action>
        
        </vtn-flow-action>
    

vtns/vtn/vtn-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-inet-dst-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vtn-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-inet-dst-action

XML example

        <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">
        
            
        
        </vtn-set-inet-dst-action>
    

XML example

        <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">
        
            
        
            
        
        </vtn-set-inet-dst-action>
    

Direct children

XML example

        <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">
        
            <ipv4-address xmlns="urn:opendaylight:vtn">...</ipv4-address>
        
        </vtn-set-inet-dst-action>
    

Direct children

XML example

        <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">
        
            <ipv6-address xmlns="urn:opendaylight:vtn">...</ipv6-address>
        
        </vtn-set-inet-dst-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">...</vtn-set-inet-src-action>
        
        </vtn-flow-action>
    

vtns/vtn/vtn-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-inet-src-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vtn-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-inet-src-action

XML example

        <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">
        
            
        
        </vtn-set-inet-src-action>
    

XML example

        <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">
        
            
        
            
        
        </vtn-set-inet-src-action>
    

Direct children

XML example

        <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">
        
            <ipv4-address xmlns="urn:opendaylight:vtn">...</ipv4-address>
        
        </vtn-set-inet-src-action>
    

Direct children

XML example

        <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">
        
            <ipv6-address xmlns="urn:opendaylight:vtn">...</ipv6-address>
        
        </vtn-set-inet-src-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-inet-dscp-action xmlns="urn:opendaylight:vtn">...</vtn-set-inet-dscp-action>
        
        </vtn-flow-action>
    

vtns/vtn/vtn-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-inet-dscp-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vtn-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-inet-dscp-action

Direct children

XML example

        <vtn-set-inet-dscp-action xmlns="urn:opendaylight:vtn">
        
            <dscp xmlns="urn:opendaylight:vtn">...</dscp>
        
        </vtn-set-inet-dscp-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-dl-src-action xmlns="urn:opendaylight:vtn">...</vtn-set-dl-src-action>
        
        </vtn-flow-action>
    

vtns/vtn/vtn-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-dl-src-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vtn-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-dl-src-action

Direct children

XML example

        <vtn-set-dl-src-action xmlns="urn:opendaylight:vtn">
        
            <address xmlns="urn:opendaylight:vtn">...</address>
        
        </vtn-set-dl-src-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-drop-action xmlns="urn:opendaylight:vtn">...</vtn-drop-action>
        
        </vtn-flow-action>
    

vtns/vtn/vtn-input-filter/vtn-flow-filter/vtn-flow-action/vtn-drop-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vtn-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-drop-action

XML example

        <vtn-drop-action xmlns="urn:opendaylight:vtn">
        
        </vtn-drop-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-dl-dst-action xmlns="urn:opendaylight:vtn">...</vtn-set-dl-dst-action>
        
        </vtn-flow-action>
    

vtns/vtn/vtn-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-dl-dst-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vtn-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-dl-dst-action

Direct children

XML example

        <vtn-set-dl-dst-action xmlns="urn:opendaylight:vtn">
        
            <address xmlns="urn:opendaylight:vtn">...</address>
        
        </vtn-set-dl-dst-action>
    

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            
        
            
        
            
        
        </vtn-flow-filter>
    

Direct children

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-redirect-filter xmlns="urn:opendaylight:vtn">...</vtn-redirect-filter>
        
        </vtn-flow-filter>
    

vtns/vtn/vtn-input-filter/vtn-flow-filter/vtn-redirect-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vtn-input-filter/vtn-flow-filter/{index}/vtn-redirect-filter

Direct children

XML example

        <vtn-redirect-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <redirect-destination xmlns="urn:opendaylight:vtn">...</redirect-destination>
        
            <output xmlns="urn:opendaylight:vtn">...</output>
        
        </vtn-redirect-filter>
    

vtns/vtn/vtn-input-filter/vtn-flow-filter/vtn-redirect-filter/redirect-destination

XML Path
Restconf path
vtn:vtns/vtn/{name}/vtn-input-filter/vtn-flow-filter/{index}/vtn-redirect-filter/redirect-destination

Direct children

XML example

        <redirect-destination xmlns="urn:opendaylight:vtn">
        
            <tenant-name xmlns="urn:opendaylight:vtn">...</tenant-name>
        
            <bridge-name xmlns="urn:opendaylight:vtn">...</bridge-name>
        
            <router-name xmlns="urn:opendaylight:vtn">...</router-name>
        
            <terminal-name xmlns="urn:opendaylight:vtn">...</terminal-name>
        
            <interface-name xmlns="urn:opendaylight:vtn">...</interface-name>
        
        </redirect-destination>
    

Direct children

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-pass-filter xmlns="urn:opendaylight:vtn">...</vtn-pass-filter>
        
        </vtn-flow-filter>
    

vtns/vtn/vtn-input-filter/vtn-flow-filter/vtn-pass-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vtn-input-filter/vtn-flow-filter/{index}/vtn-pass-filter

XML example

        <vtn-pass-filter xmlns="urn:opendaylight:vtn">
        
        </vtn-pass-filter>
    

Direct children

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-drop-filter xmlns="urn:opendaylight:vtn">...</vtn-drop-filter>
        
        </vtn-flow-filter>
    

vtns/vtn/vtn-input-filter/vtn-flow-filter/vtn-drop-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vtn-input-filter/vtn-flow-filter/{index}/vtn-drop-filter

XML example

        <vtn-drop-filter xmlns="urn:opendaylight:vtn">
        
        </vtn-drop-filter>
    

vtns/vtn/vterminal

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}

Direct children

XML example

        <vterminal xmlns="urn:opendaylight:vtn">
        
            <name xmlns="urn:opendaylight:vtn">...</name>
        
            <!-- See definition
             for child nodes.  -->
            <vterminal-config xmlns="urn:opendaylight:vtn">...</vterminal-config>
        
            <!-- See definition
             for child nodes.  -->
            <bridge-status xmlns="urn:opendaylight:vtn">...</bridge-status>
        
            <!-- See definition
             for child nodes.  -->
            <!-- This node could appear multiple times -->
            <vinterface xmlns="urn:opendaylight:vtn">...</vinterface>
        
        </vterminal>
    

vtns/vtn/vterminal/vterminal-config

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vterminal-config

Direct children

XML example

        <vterminal-config xmlns="urn:opendaylight:vtn">
        
            <description xmlns="urn:opendaylight:vtn">...</description>
        
        </vterminal-config>
    

vtns/vtn/vterminal/bridge-status

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/bridge-status

Direct children

XML example

        <bridge-status xmlns="urn:opendaylight:vtn">
        
            <state xmlns="urn:opendaylight:vtn">...</state>
        
            <path-faults xmlns="urn:opendaylight:vtn">...</path-faults>
        
            <!-- See definition
             for child nodes.  -->
            <!-- This node could appear multiple times -->
            <faulted-paths xmlns="urn:opendaylight:vtn">...</faulted-paths>
        
        </bridge-status>
    

vtns/vtn/vterminal/bridge-status/faulted-paths

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/bridge-status/faulted-paths/{source}/{destination}

Direct children

XML example

        <faulted-paths xmlns="urn:opendaylight:vtn">
        
            <source xmlns="urn:opendaylight:vtn">...</source>
        
            <destination xmlns="urn:opendaylight:vtn">...</destination>
        
        </faulted-paths>
    

vtns/vtn/vterminal/vinterface

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}

Direct children

XML example

        <vinterface xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vinterface-status xmlns="urn:opendaylight:vtn">...</vinterface-status>
        
            <!-- See definition
             for child nodes.  -->
            <port-map-config xmlns="urn:opendaylight:vtn">...</port-map-config>
        
            <name xmlns="urn:opendaylight:vtn">...</name>
        
            <!-- See definition
             for child nodes.  -->
            <vinterface-config xmlns="urn:opendaylight:vtn">...</vinterface-config>
        
            <!-- See definition
             for child nodes.  -->
            <vinterface-input-filter xmlns="urn:opendaylight:vtn">...</vinterface-input-filter>
        
            <!-- See definition
             for child nodes.  -->
            <vinterface-output-filter xmlns="urn:opendaylight:vtn">...</vinterface-output-filter>
        
        </vinterface>
    

vtns/vtn/vterminal/vinterface/vinterface-status

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-status

Direct children

XML example

        <vinterface-status xmlns="urn:opendaylight:vtn">
        
            <state xmlns="urn:opendaylight:vtn">...</state>
        
            <entity-state xmlns="urn:opendaylight:vtn">...</entity-state>
        
            <mapped-port xmlns="urn:opendaylight:vtn">...</mapped-port>
        
        </vinterface-status>
    

vtns/vtn/vterminal/vinterface/port-map-config

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/port-map-config

Direct children

XML example

        <port-map-config xmlns="urn:opendaylight:vtn">
        
            <node xmlns="urn:opendaylight:vtn">...</node>
        
            <port-id xmlns="urn:opendaylight:vtn">...</port-id>
        
            <port-name xmlns="urn:opendaylight:vtn">...</port-name>
        
            <vlan-id xmlns="urn:opendaylight:vtn">...</vlan-id>
        
        </port-map-config>
    

vtns/vtn/vterminal/vinterface/vinterface-config

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-config

Direct children

XML example

        <vinterface-config xmlns="urn:opendaylight:vtn">
        
            <description xmlns="urn:opendaylight:vtn">...</description>
        
            <enabled xmlns="urn:opendaylight:vtn">...</enabled>
        
        </vinterface-config>
    

vtns/vtn/vterminal/vinterface/vinterface-input-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-input-filter

Direct children

XML example

        <vinterface-input-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <!-- This node could appear multiple times -->
            <vtn-flow-filter xmlns="urn:opendaylight:vtn">...</vtn-flow-filter>
        
        </vinterface-input-filter>
    

vtns/vtn/vterminal/vinterface/vinterface-input-filter/vtn-flow-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}

Direct children

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            <condition xmlns="urn:opendaylight:vtn">...</condition>
        
            <index xmlns="urn:opendaylight:vtn">...</index>
        
            
        
            <!-- See definition
             for child nodes.  -->
            <!-- This node could appear multiple times -->
            <vtn-flow-action xmlns="urn:opendaylight:vtn">...</vtn-flow-action>
        
        </vtn-flow-filter>
    

vtns/vtn/vterminal/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-flow-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <order xmlns="urn:opendaylight:vtn">...</order>
        
            
        
        </vtn-flow-action>
    

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
        </vtn-flow-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-port-dst-action xmlns="urn:opendaylight:vtn">...</vtn-set-port-dst-action>
        
        </vtn-flow-action>
    

vtns/vtn/vterminal/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-port-dst-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-port-dst-action

Direct children

XML example

        <vtn-set-port-dst-action xmlns="urn:opendaylight:vtn">
        
            <port xmlns="urn:opendaylight:vtn">...</port>
        
        </vtn-set-port-dst-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-port-src-action xmlns="urn:opendaylight:vtn">...</vtn-set-port-src-action>
        
        </vtn-flow-action>
    

vtns/vtn/vterminal/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-port-src-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-port-src-action

Direct children

XML example

        <vtn-set-port-src-action xmlns="urn:opendaylight:vtn">
        
            <port xmlns="urn:opendaylight:vtn">...</port>
        
        </vtn-set-port-src-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-pop-vlan-action xmlns="urn:opendaylight:vtn">...</vtn-pop-vlan-action>
        
        </vtn-flow-action>
    

vtns/vtn/vterminal/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-flow-action/vtn-pop-vlan-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-pop-vlan-action

XML example

        <vtn-pop-vlan-action xmlns="urn:opendaylight:vtn">
        
        </vtn-pop-vlan-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-icmp-code-action xmlns="urn:opendaylight:vtn">...</vtn-set-icmp-code-action>
        
        </vtn-flow-action>
    

vtns/vtn/vterminal/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-icmp-code-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-icmp-code-action

Direct children

XML example

        <vtn-set-icmp-code-action xmlns="urn:opendaylight:vtn">
        
            <code xmlns="urn:opendaylight:vtn">...</code>
        
        </vtn-set-icmp-code-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-vlan-pcp-action xmlns="urn:opendaylight:vtn">...</vtn-set-vlan-pcp-action>
        
        </vtn-flow-action>
    

vtns/vtn/vterminal/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-vlan-pcp-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-vlan-pcp-action

Direct children

XML example

        <vtn-set-vlan-pcp-action xmlns="urn:opendaylight:vtn">
        
            <vlan-pcp xmlns="urn:opendaylight:vtn">...</vlan-pcp>
        
        </vtn-set-vlan-pcp-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-icmp-type-action xmlns="urn:opendaylight:vtn">...</vtn-set-icmp-type-action>
        
        </vtn-flow-action>
    

vtns/vtn/vterminal/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-icmp-type-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-icmp-type-action

Direct children

XML example

        <vtn-set-icmp-type-action xmlns="urn:opendaylight:vtn">
        
            <type xmlns="urn:opendaylight:vtn">...</type>
        
        </vtn-set-icmp-type-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">...</vtn-set-inet-dst-action>
        
        </vtn-flow-action>
    

vtns/vtn/vterminal/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-inet-dst-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-inet-dst-action

XML example

        <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">
        
            
        
        </vtn-set-inet-dst-action>
    

XML example

        <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">
        
            
        
            
        
        </vtn-set-inet-dst-action>
    

Direct children

XML example

        <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">
        
            <ipv4-address xmlns="urn:opendaylight:vtn">...</ipv4-address>
        
        </vtn-set-inet-dst-action>
    

Direct children

XML example

        <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">
        
            <ipv6-address xmlns="urn:opendaylight:vtn">...</ipv6-address>
        
        </vtn-set-inet-dst-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">...</vtn-set-inet-src-action>
        
        </vtn-flow-action>
    

vtns/vtn/vterminal/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-inet-src-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-inet-src-action

XML example

        <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">
        
            
        
        </vtn-set-inet-src-action>
    

XML example

        <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">
        
            
        
            
        
        </vtn-set-inet-src-action>
    

Direct children

XML example

        <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">
        
            <ipv4-address xmlns="urn:opendaylight:vtn">...</ipv4-address>
        
        </vtn-set-inet-src-action>
    

Direct children

XML example

        <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">
        
            <ipv6-address xmlns="urn:opendaylight:vtn">...</ipv6-address>
        
        </vtn-set-inet-src-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-push-vlan-action xmlns="urn:opendaylight:vtn">...</vtn-push-vlan-action>
        
        </vtn-flow-action>
    

vtns/vtn/vterminal/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-flow-action/vtn-push-vlan-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-push-vlan-action

Direct children

XML example

        <vtn-push-vlan-action xmlns="urn:opendaylight:vtn">
        
            <vlan-type xmlns="urn:opendaylight:vtn">...</vlan-type>
        
        </vtn-push-vlan-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-dl-dst-action xmlns="urn:opendaylight:vtn">...</vtn-set-dl-dst-action>
        
        </vtn-flow-action>
    

vtns/vtn/vterminal/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-dl-dst-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-dl-dst-action

Direct children

XML example

        <vtn-set-dl-dst-action xmlns="urn:opendaylight:vtn">
        
            <address xmlns="urn:opendaylight:vtn">...</address>
        
        </vtn-set-dl-dst-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-dl-src-action xmlns="urn:opendaylight:vtn">...</vtn-set-dl-src-action>
        
        </vtn-flow-action>
    

vtns/vtn/vterminal/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-dl-src-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-dl-src-action

Direct children

XML example

        <vtn-set-dl-src-action xmlns="urn:opendaylight:vtn">
        
            <address xmlns="urn:opendaylight:vtn">...</address>
        
        </vtn-set-dl-src-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-drop-action xmlns="urn:opendaylight:vtn">...</vtn-drop-action>
        
        </vtn-flow-action>
    

vtns/vtn/vterminal/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-flow-action/vtn-drop-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-drop-action

XML example

        <vtn-drop-action xmlns="urn:opendaylight:vtn">
        
        </vtn-drop-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-inet-dscp-action xmlns="urn:opendaylight:vtn">...</vtn-set-inet-dscp-action>
        
        </vtn-flow-action>
    

vtns/vtn/vterminal/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-inet-dscp-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-inet-dscp-action

Direct children

XML example

        <vtn-set-inet-dscp-action xmlns="urn:opendaylight:vtn">
        
            <dscp xmlns="urn:opendaylight:vtn">...</dscp>
        
        </vtn-set-inet-dscp-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-vlan-id-action xmlns="urn:opendaylight:vtn">...</vtn-set-vlan-id-action>
        
        </vtn-flow-action>
    

vtns/vtn/vterminal/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-vlan-id-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-vlan-id-action

Direct children

XML example

        <vtn-set-vlan-id-action xmlns="urn:opendaylight:vtn">
        
            <vlan-id xmlns="urn:opendaylight:vtn">...</vlan-id>
        
        </vtn-set-vlan-id-action>
    

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            
        
            
        
            
        
        </vtn-flow-filter>
    

Direct children

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-redirect-filter xmlns="urn:opendaylight:vtn">...</vtn-redirect-filter>
        
        </vtn-flow-filter>
    

vtns/vtn/vterminal/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-redirect-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-redirect-filter

Direct children

XML example

        <vtn-redirect-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <redirect-destination xmlns="urn:opendaylight:vtn">...</redirect-destination>
        
            <output xmlns="urn:opendaylight:vtn">...</output>
        
        </vtn-redirect-filter>
    

vtns/vtn/vterminal/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-redirect-filter/redirect-destination

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-redirect-filter/redirect-destination

Direct children

XML example

        <redirect-destination xmlns="urn:opendaylight:vtn">
        
            <tenant-name xmlns="urn:opendaylight:vtn">...</tenant-name>
        
            <bridge-name xmlns="urn:opendaylight:vtn">...</bridge-name>
        
            <router-name xmlns="urn:opendaylight:vtn">...</router-name>
        
            <terminal-name xmlns="urn:opendaylight:vtn">...</terminal-name>
        
            <interface-name xmlns="urn:opendaylight:vtn">...</interface-name>
        
        </redirect-destination>
    

Direct children

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-drop-filter xmlns="urn:opendaylight:vtn">...</vtn-drop-filter>
        
        </vtn-flow-filter>
    

vtns/vtn/vterminal/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-drop-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-drop-filter

XML example

        <vtn-drop-filter xmlns="urn:opendaylight:vtn">
        
        </vtn-drop-filter>
    

Direct children

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-pass-filter xmlns="urn:opendaylight:vtn">...</vtn-pass-filter>
        
        </vtn-flow-filter>
    

vtns/vtn/vterminal/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-pass-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-pass-filter

XML example

        <vtn-pass-filter xmlns="urn:opendaylight:vtn">
        
        </vtn-pass-filter>
    

vtns/vtn/vterminal/vinterface/vinterface-output-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-output-filter

Direct children

XML example

        <vinterface-output-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <!-- This node could appear multiple times -->
            <vtn-flow-filter xmlns="urn:opendaylight:vtn">...</vtn-flow-filter>
        
        </vinterface-output-filter>
    

vtns/vtn/vterminal/vinterface/vinterface-output-filter/vtn-flow-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}

Direct children

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            <condition xmlns="urn:opendaylight:vtn">...</condition>
        
            <index xmlns="urn:opendaylight:vtn">...</index>
        
            
        
            <!-- See definition
             for child nodes.  -->
            <!-- This node could appear multiple times -->
            <vtn-flow-action xmlns="urn:opendaylight:vtn">...</vtn-flow-action>
        
        </vtn-flow-filter>
    

vtns/vtn/vterminal/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-flow-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <order xmlns="urn:opendaylight:vtn">...</order>
        
            
        
        </vtn-flow-action>
    

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
        </vtn-flow-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-inet-dscp-action xmlns="urn:opendaylight:vtn">...</vtn-set-inet-dscp-action>
        
        </vtn-flow-action>
    

vtns/vtn/vterminal/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-flow-action/vtn-set-inet-dscp-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-inet-dscp-action

Direct children

XML example

        <vtn-set-inet-dscp-action xmlns="urn:opendaylight:vtn">
        
            <dscp xmlns="urn:opendaylight:vtn">...</dscp>
        
        </vtn-set-inet-dscp-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-vlan-id-action xmlns="urn:opendaylight:vtn">...</vtn-set-vlan-id-action>
        
        </vtn-flow-action>
    

vtns/vtn/vterminal/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-flow-action/vtn-set-vlan-id-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-vlan-id-action

Direct children

XML example

        <vtn-set-vlan-id-action xmlns="urn:opendaylight:vtn">
        
            <vlan-id xmlns="urn:opendaylight:vtn">...</vlan-id>
        
        </vtn-set-vlan-id-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-drop-action xmlns="urn:opendaylight:vtn">...</vtn-drop-action>
        
        </vtn-flow-action>
    

vtns/vtn/vterminal/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-flow-action/vtn-drop-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-drop-action

XML example

        <vtn-drop-action xmlns="urn:opendaylight:vtn">
        
        </vtn-drop-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-dl-dst-action xmlns="urn:opendaylight:vtn">...</vtn-set-dl-dst-action>
        
        </vtn-flow-action>
    

vtns/vtn/vterminal/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-flow-action/vtn-set-dl-dst-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-dl-dst-action

Direct children

XML example

        <vtn-set-dl-dst-action xmlns="urn:opendaylight:vtn">
        
            <address xmlns="urn:opendaylight:vtn">...</address>
        
        </vtn-set-dl-dst-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-dl-src-action xmlns="urn:opendaylight:vtn">...</vtn-set-dl-src-action>
        
        </vtn-flow-action>
    

vtns/vtn/vterminal/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-flow-action/vtn-set-dl-src-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-dl-src-action

Direct children

XML example

        <vtn-set-dl-src-action xmlns="urn:opendaylight:vtn">
        
            <address xmlns="urn:opendaylight:vtn">...</address>
        
        </vtn-set-dl-src-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-push-vlan-action xmlns="urn:opendaylight:vtn">...</vtn-push-vlan-action>
        
        </vtn-flow-action>
    

vtns/vtn/vterminal/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-flow-action/vtn-push-vlan-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-push-vlan-action

Direct children

XML example

        <vtn-push-vlan-action xmlns="urn:opendaylight:vtn">
        
            <vlan-type xmlns="urn:opendaylight:vtn">...</vlan-type>
        
        </vtn-push-vlan-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-icmp-type-action xmlns="urn:opendaylight:vtn">...</vtn-set-icmp-type-action>
        
        </vtn-flow-action>
    

vtns/vtn/vterminal/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-flow-action/vtn-set-icmp-type-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-icmp-type-action

Direct children

XML example

        <vtn-set-icmp-type-action xmlns="urn:opendaylight:vtn">
        
            <type xmlns="urn:opendaylight:vtn">...</type>
        
        </vtn-set-icmp-type-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">...</vtn-set-inet-dst-action>
        
        </vtn-flow-action>
    

vtns/vtn/vterminal/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-flow-action/vtn-set-inet-dst-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-inet-dst-action

XML example

        <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">
        
            
        
        </vtn-set-inet-dst-action>
    

XML example

        <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">
        
            
        
            
        
        </vtn-set-inet-dst-action>
    

Direct children

XML example

        <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">
        
            <ipv4-address xmlns="urn:opendaylight:vtn">...</ipv4-address>
        
        </vtn-set-inet-dst-action>
    

Direct children

XML example

        <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">
        
            <ipv6-address xmlns="urn:opendaylight:vtn">...</ipv6-address>
        
        </vtn-set-inet-dst-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">...</vtn-set-inet-src-action>
        
        </vtn-flow-action>
    

vtns/vtn/vterminal/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-flow-action/vtn-set-inet-src-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-inet-src-action

XML example

        <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">
        
            
        
        </vtn-set-inet-src-action>
    

XML example

        <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">
        
            
        
            
        
        </vtn-set-inet-src-action>
    

Direct children

XML example

        <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">
        
            <ipv4-address xmlns="urn:opendaylight:vtn">...</ipv4-address>
        
        </vtn-set-inet-src-action>
    

Direct children

XML example

        <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">
        
            <ipv6-address xmlns="urn:opendaylight:vtn">...</ipv6-address>
        
        </vtn-set-inet-src-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-vlan-pcp-action xmlns="urn:opendaylight:vtn">...</vtn-set-vlan-pcp-action>
        
        </vtn-flow-action>
    

vtns/vtn/vterminal/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-flow-action/vtn-set-vlan-pcp-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-vlan-pcp-action

Direct children

XML example

        <vtn-set-vlan-pcp-action xmlns="urn:opendaylight:vtn">
        
            <vlan-pcp xmlns="urn:opendaylight:vtn">...</vlan-pcp>
        
        </vtn-set-vlan-pcp-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-pop-vlan-action xmlns="urn:opendaylight:vtn">...</vtn-pop-vlan-action>
        
        </vtn-flow-action>
    

vtns/vtn/vterminal/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-flow-action/vtn-pop-vlan-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-pop-vlan-action

XML example

        <vtn-pop-vlan-action xmlns="urn:opendaylight:vtn">
        
        </vtn-pop-vlan-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-icmp-code-action xmlns="urn:opendaylight:vtn">...</vtn-set-icmp-code-action>
        
        </vtn-flow-action>
    

vtns/vtn/vterminal/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-flow-action/vtn-set-icmp-code-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-icmp-code-action

Direct children

XML example

        <vtn-set-icmp-code-action xmlns="urn:opendaylight:vtn">
        
            <code xmlns="urn:opendaylight:vtn">...</code>
        
        </vtn-set-icmp-code-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-port-dst-action xmlns="urn:opendaylight:vtn">...</vtn-set-port-dst-action>
        
        </vtn-flow-action>
    

vtns/vtn/vterminal/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-flow-action/vtn-set-port-dst-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-port-dst-action

Direct children

XML example

        <vtn-set-port-dst-action xmlns="urn:opendaylight:vtn">
        
            <port xmlns="urn:opendaylight:vtn">...</port>
        
        </vtn-set-port-dst-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-port-src-action xmlns="urn:opendaylight:vtn">...</vtn-set-port-src-action>
        
        </vtn-flow-action>
    

vtns/vtn/vterminal/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-flow-action/vtn-set-port-src-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-port-src-action

Direct children

XML example

        <vtn-set-port-src-action xmlns="urn:opendaylight:vtn">
        
            <port xmlns="urn:opendaylight:vtn">...</port>
        
        </vtn-set-port-src-action>
    

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            
        
            
        
            
        
        </vtn-flow-filter>
    

Direct children

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-drop-filter xmlns="urn:opendaylight:vtn">...</vtn-drop-filter>
        
        </vtn-flow-filter>
    

vtns/vtn/vterminal/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-drop-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-drop-filter

XML example

        <vtn-drop-filter xmlns="urn:opendaylight:vtn">
        
        </vtn-drop-filter>
    

Direct children

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-redirect-filter xmlns="urn:opendaylight:vtn">...</vtn-redirect-filter>
        
        </vtn-flow-filter>
    

vtns/vtn/vterminal/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-redirect-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-redirect-filter

Direct children

XML example

        <vtn-redirect-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <redirect-destination xmlns="urn:opendaylight:vtn">...</redirect-destination>
        
            <output xmlns="urn:opendaylight:vtn">...</output>
        
        </vtn-redirect-filter>
    

vtns/vtn/vterminal/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-redirect-filter/redirect-destination

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-redirect-filter/redirect-destination

Direct children

XML example

        <redirect-destination xmlns="urn:opendaylight:vtn">
        
            <tenant-name xmlns="urn:opendaylight:vtn">...</tenant-name>
        
            <bridge-name xmlns="urn:opendaylight:vtn">...</bridge-name>
        
            <router-name xmlns="urn:opendaylight:vtn">...</router-name>
        
            <terminal-name xmlns="urn:opendaylight:vtn">...</terminal-name>
        
            <interface-name xmlns="urn:opendaylight:vtn">...</interface-name>
        
        </redirect-destination>
    

Direct children

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-pass-filter xmlns="urn:opendaylight:vtn">...</vtn-pass-filter>
        
        </vtn-flow-filter>
    

vtns/vtn/vterminal/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-pass-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vterminal/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-pass-filter

XML example

        <vtn-pass-filter xmlns="urn:opendaylight:vtn">
        
        </vtn-pass-filter>
    

vtns/vtn/vbridge

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}

Direct children

XML example

        <vbridge xmlns="urn:opendaylight:vtn">
        
            <name xmlns="urn:opendaylight:vtn">...</name>
        
            <!-- See definition
             for child nodes.  -->
            <vbridge-config xmlns="urn:opendaylight:vtn">...</vbridge-config>
        
            <!-- See definition
             for child nodes.  -->
            <vbridge-input-filter xmlns="urn:opendaylight:vtn">...</vbridge-input-filter>
        
            <!-- See definition
             for child nodes.  -->
            <vbridge-output-filter xmlns="urn:opendaylight:vtn">...</vbridge-output-filter>
        
            <!-- See definition
             for child nodes.  -->
            <!-- This node could appear multiple times -->
            <vlan-map xmlns="urn:opendaylight:vtn">...</vlan-map>
        
            <!-- See definition
             for child nodes.  -->
            <mac-map xmlns="urn:opendaylight:vtn">...</mac-map>
        
            <!-- See definition
             for child nodes.  -->
            <bridge-status xmlns="urn:opendaylight:vtn">...</bridge-status>
        
            <!-- See definition
             for child nodes.  -->
            <!-- This node could appear multiple times -->
            <vinterface xmlns="urn:opendaylight:vtn">...</vinterface>
        
        </vbridge>
    

vtns/vtn/vbridge/vbridge-config

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-config

Direct children

XML example

        <vbridge-config xmlns="urn:opendaylight:vtn">
        
            <description xmlns="urn:opendaylight:vtn">...</description>
        
            <age-interval xmlns="urn:opendaylight:vtn">...</age-interval>
        
        </vbridge-config>
    

vtns/vtn/vbridge/vbridge-input-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-input-filter

Direct children

XML example

        <vbridge-input-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <!-- This node could appear multiple times -->
            <vtn-flow-filter xmlns="urn:opendaylight:vtn">...</vtn-flow-filter>
        
        </vbridge-input-filter>
    

vtns/vtn/vbridge/vbridge-input-filter/vtn-flow-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-input-filter/vtn-flow-filter/{index}

Direct children

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            <condition xmlns="urn:opendaylight:vtn">...</condition>
        
            <index xmlns="urn:opendaylight:vtn">...</index>
        
            
        
            <!-- See definition
             for child nodes.  -->
            <!-- This node could appear multiple times -->
            <vtn-flow-action xmlns="urn:opendaylight:vtn">...</vtn-flow-action>
        
        </vtn-flow-filter>
    

vtns/vtn/vbridge/vbridge-input-filter/vtn-flow-filter/vtn-flow-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <order xmlns="urn:opendaylight:vtn">...</order>
        
            
        
        </vtn-flow-action>
    

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
        </vtn-flow-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-drop-action xmlns="urn:opendaylight:vtn">...</vtn-drop-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vbridge-input-filter/vtn-flow-filter/vtn-flow-action/vtn-drop-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-drop-action

XML example

        <vtn-drop-action xmlns="urn:opendaylight:vtn">
        
        </vtn-drop-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-dl-dst-action xmlns="urn:opendaylight:vtn">...</vtn-set-dl-dst-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vbridge-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-dl-dst-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-dl-dst-action

Direct children

XML example

        <vtn-set-dl-dst-action xmlns="urn:opendaylight:vtn">
        
            <address xmlns="urn:opendaylight:vtn">...</address>
        
        </vtn-set-dl-dst-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-dl-src-action xmlns="urn:opendaylight:vtn">...</vtn-set-dl-src-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vbridge-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-dl-src-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-dl-src-action

Direct children

XML example

        <vtn-set-dl-src-action xmlns="urn:opendaylight:vtn">
        
            <address xmlns="urn:opendaylight:vtn">...</address>
        
        </vtn-set-dl-src-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-push-vlan-action xmlns="urn:opendaylight:vtn">...</vtn-push-vlan-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vbridge-input-filter/vtn-flow-filter/vtn-flow-action/vtn-push-vlan-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-push-vlan-action

Direct children

XML example

        <vtn-push-vlan-action xmlns="urn:opendaylight:vtn">
        
            <vlan-type xmlns="urn:opendaylight:vtn">...</vlan-type>
        
        </vtn-push-vlan-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-icmp-type-action xmlns="urn:opendaylight:vtn">...</vtn-set-icmp-type-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vbridge-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-icmp-type-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-icmp-type-action

Direct children

XML example

        <vtn-set-icmp-type-action xmlns="urn:opendaylight:vtn">
        
            <type xmlns="urn:opendaylight:vtn">...</type>
        
        </vtn-set-icmp-type-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">...</vtn-set-inet-dst-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vbridge-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-inet-dst-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-inet-dst-action

XML example

        <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">
        
            
        
        </vtn-set-inet-dst-action>
    

XML example

        <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">
        
            
        
            
        
        </vtn-set-inet-dst-action>
    

Direct children

XML example

        <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">
        
            <ipv4-address xmlns="urn:opendaylight:vtn">...</ipv4-address>
        
        </vtn-set-inet-dst-action>
    

Direct children

XML example

        <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">
        
            <ipv6-address xmlns="urn:opendaylight:vtn">...</ipv6-address>
        
        </vtn-set-inet-dst-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">...</vtn-set-inet-src-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vbridge-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-inet-src-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-inet-src-action

XML example

        <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">
        
            
        
        </vtn-set-inet-src-action>
    

XML example

        <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">
        
            
        
            
        
        </vtn-set-inet-src-action>
    

Direct children

XML example

        <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">
        
            <ipv4-address xmlns="urn:opendaylight:vtn">...</ipv4-address>
        
        </vtn-set-inet-src-action>
    

Direct children

XML example

        <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">
        
            <ipv6-address xmlns="urn:opendaylight:vtn">...</ipv6-address>
        
        </vtn-set-inet-src-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-vlan-id-action xmlns="urn:opendaylight:vtn">...</vtn-set-vlan-id-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vbridge-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-vlan-id-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-vlan-id-action

Direct children

XML example

        <vtn-set-vlan-id-action xmlns="urn:opendaylight:vtn">
        
            <vlan-id xmlns="urn:opendaylight:vtn">...</vlan-id>
        
        </vtn-set-vlan-id-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-inet-dscp-action xmlns="urn:opendaylight:vtn">...</vtn-set-inet-dscp-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vbridge-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-inet-dscp-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-inet-dscp-action

Direct children

XML example

        <vtn-set-inet-dscp-action xmlns="urn:opendaylight:vtn">
        
            <dscp xmlns="urn:opendaylight:vtn">...</dscp>
        
        </vtn-set-inet-dscp-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-icmp-code-action xmlns="urn:opendaylight:vtn">...</vtn-set-icmp-code-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vbridge-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-icmp-code-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-icmp-code-action

Direct children

XML example

        <vtn-set-icmp-code-action xmlns="urn:opendaylight:vtn">
        
            <code xmlns="urn:opendaylight:vtn">...</code>
        
        </vtn-set-icmp-code-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-vlan-pcp-action xmlns="urn:opendaylight:vtn">...</vtn-set-vlan-pcp-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vbridge-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-vlan-pcp-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-vlan-pcp-action

Direct children

XML example

        <vtn-set-vlan-pcp-action xmlns="urn:opendaylight:vtn">
        
            <vlan-pcp xmlns="urn:opendaylight:vtn">...</vlan-pcp>
        
        </vtn-set-vlan-pcp-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-pop-vlan-action xmlns="urn:opendaylight:vtn">...</vtn-pop-vlan-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vbridge-input-filter/vtn-flow-filter/vtn-flow-action/vtn-pop-vlan-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-pop-vlan-action

XML example

        <vtn-pop-vlan-action xmlns="urn:opendaylight:vtn">
        
        </vtn-pop-vlan-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-port-dst-action xmlns="urn:opendaylight:vtn">...</vtn-set-port-dst-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vbridge-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-port-dst-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-port-dst-action

Direct children

XML example

        <vtn-set-port-dst-action xmlns="urn:opendaylight:vtn">
        
            <port xmlns="urn:opendaylight:vtn">...</port>
        
        </vtn-set-port-dst-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-port-src-action xmlns="urn:opendaylight:vtn">...</vtn-set-port-src-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vbridge-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-port-src-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-port-src-action

Direct children

XML example

        <vtn-set-port-src-action xmlns="urn:opendaylight:vtn">
        
            <port xmlns="urn:opendaylight:vtn">...</port>
        
        </vtn-set-port-src-action>
    

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            
        
            
        
            
        
        </vtn-flow-filter>
    

Direct children

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-redirect-filter xmlns="urn:opendaylight:vtn">...</vtn-redirect-filter>
        
        </vtn-flow-filter>
    

vtns/vtn/vbridge/vbridge-input-filter/vtn-flow-filter/vtn-redirect-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-input-filter/vtn-flow-filter/{index}/vtn-redirect-filter

Direct children

XML example

        <vtn-redirect-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <redirect-destination xmlns="urn:opendaylight:vtn">...</redirect-destination>
        
            <output xmlns="urn:opendaylight:vtn">...</output>
        
        </vtn-redirect-filter>
    

vtns/vtn/vbridge/vbridge-input-filter/vtn-flow-filter/vtn-redirect-filter/redirect-destination

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-input-filter/vtn-flow-filter/{index}/vtn-redirect-filter/redirect-destination

Direct children

XML example

        <redirect-destination xmlns="urn:opendaylight:vtn">
        
            <tenant-name xmlns="urn:opendaylight:vtn">...</tenant-name>
        
            <bridge-name xmlns="urn:opendaylight:vtn">...</bridge-name>
        
            <router-name xmlns="urn:opendaylight:vtn">...</router-name>
        
            <terminal-name xmlns="urn:opendaylight:vtn">...</terminal-name>
        
            <interface-name xmlns="urn:opendaylight:vtn">...</interface-name>
        
        </redirect-destination>
    

Direct children

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-pass-filter xmlns="urn:opendaylight:vtn">...</vtn-pass-filter>
        
        </vtn-flow-filter>
    

vtns/vtn/vbridge/vbridge-input-filter/vtn-flow-filter/vtn-pass-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-input-filter/vtn-flow-filter/{index}/vtn-pass-filter

XML example

        <vtn-pass-filter xmlns="urn:opendaylight:vtn">
        
        </vtn-pass-filter>
    

Direct children

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-drop-filter xmlns="urn:opendaylight:vtn">...</vtn-drop-filter>
        
        </vtn-flow-filter>
    

vtns/vtn/vbridge/vbridge-input-filter/vtn-flow-filter/vtn-drop-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-input-filter/vtn-flow-filter/{index}/vtn-drop-filter

XML example

        <vtn-drop-filter xmlns="urn:opendaylight:vtn">
        
        </vtn-drop-filter>
    

vtns/vtn/vbridge/vbridge-output-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-output-filter

Direct children

XML example

        <vbridge-output-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <!-- This node could appear multiple times -->
            <vtn-flow-filter xmlns="urn:opendaylight:vtn">...</vtn-flow-filter>
        
        </vbridge-output-filter>
    

vtns/vtn/vbridge/vbridge-output-filter/vtn-flow-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-output-filter/vtn-flow-filter/{index}

Direct children

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            <condition xmlns="urn:opendaylight:vtn">...</condition>
        
            <index xmlns="urn:opendaylight:vtn">...</index>
        
            
        
            <!-- See definition
             for child nodes.  -->
            <!-- This node could appear multiple times -->
            <vtn-flow-action xmlns="urn:opendaylight:vtn">...</vtn-flow-action>
        
        </vtn-flow-filter>
    

vtns/vtn/vbridge/vbridge-output-filter/vtn-flow-filter/vtn-flow-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <order xmlns="urn:opendaylight:vtn">...</order>
        
            
        
        </vtn-flow-action>
    

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
        </vtn-flow-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-port-dst-action xmlns="urn:opendaylight:vtn">...</vtn-set-port-dst-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vbridge-output-filter/vtn-flow-filter/vtn-flow-action/vtn-set-port-dst-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-port-dst-action

Direct children

XML example

        <vtn-set-port-dst-action xmlns="urn:opendaylight:vtn">
        
            <port xmlns="urn:opendaylight:vtn">...</port>
        
        </vtn-set-port-dst-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-port-src-action xmlns="urn:opendaylight:vtn">...</vtn-set-port-src-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vbridge-output-filter/vtn-flow-filter/vtn-flow-action/vtn-set-port-src-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-port-src-action

Direct children

XML example

        <vtn-set-port-src-action xmlns="urn:opendaylight:vtn">
        
            <port xmlns="urn:opendaylight:vtn">...</port>
        
        </vtn-set-port-src-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-pop-vlan-action xmlns="urn:opendaylight:vtn">...</vtn-pop-vlan-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vbridge-output-filter/vtn-flow-filter/vtn-flow-action/vtn-pop-vlan-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-pop-vlan-action

XML example

        <vtn-pop-vlan-action xmlns="urn:opendaylight:vtn">
        
        </vtn-pop-vlan-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-icmp-code-action xmlns="urn:opendaylight:vtn">...</vtn-set-icmp-code-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vbridge-output-filter/vtn-flow-filter/vtn-flow-action/vtn-set-icmp-code-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-icmp-code-action

Direct children

XML example

        <vtn-set-icmp-code-action xmlns="urn:opendaylight:vtn">
        
            <code xmlns="urn:opendaylight:vtn">...</code>
        
        </vtn-set-icmp-code-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-vlan-pcp-action xmlns="urn:opendaylight:vtn">...</vtn-set-vlan-pcp-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vbridge-output-filter/vtn-flow-filter/vtn-flow-action/vtn-set-vlan-pcp-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-vlan-pcp-action

Direct children

XML example

        <vtn-set-vlan-pcp-action xmlns="urn:opendaylight:vtn">
        
            <vlan-pcp xmlns="urn:opendaylight:vtn">...</vlan-pcp>
        
        </vtn-set-vlan-pcp-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-push-vlan-action xmlns="urn:opendaylight:vtn">...</vtn-push-vlan-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vbridge-output-filter/vtn-flow-filter/vtn-flow-action/vtn-push-vlan-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-push-vlan-action

Direct children

XML example

        <vtn-push-vlan-action xmlns="urn:opendaylight:vtn">
        
            <vlan-type xmlns="urn:opendaylight:vtn">...</vlan-type>
        
        </vtn-push-vlan-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-icmp-type-action xmlns="urn:opendaylight:vtn">...</vtn-set-icmp-type-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vbridge-output-filter/vtn-flow-filter/vtn-flow-action/vtn-set-icmp-type-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-icmp-type-action

Direct children

XML example

        <vtn-set-icmp-type-action xmlns="urn:opendaylight:vtn">
        
            <type xmlns="urn:opendaylight:vtn">...</type>
        
        </vtn-set-icmp-type-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">...</vtn-set-inet-dst-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vbridge-output-filter/vtn-flow-filter/vtn-flow-action/vtn-set-inet-dst-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-inet-dst-action

XML example

        <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">
        
            
        
        </vtn-set-inet-dst-action>
    

XML example

        <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">
        
            
        
            
        
        </vtn-set-inet-dst-action>
    

Direct children

XML example

        <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">
        
            <ipv4-address xmlns="urn:opendaylight:vtn">...</ipv4-address>
        
        </vtn-set-inet-dst-action>
    

Direct children

XML example

        <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">
        
            <ipv6-address xmlns="urn:opendaylight:vtn">...</ipv6-address>
        
        </vtn-set-inet-dst-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">...</vtn-set-inet-src-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vbridge-output-filter/vtn-flow-filter/vtn-flow-action/vtn-set-inet-src-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-inet-src-action

XML example

        <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">
        
            
        
        </vtn-set-inet-src-action>
    

XML example

        <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">
        
            
        
            
        
        </vtn-set-inet-src-action>
    

Direct children

XML example

        <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">
        
            <ipv4-address xmlns="urn:opendaylight:vtn">...</ipv4-address>
        
        </vtn-set-inet-src-action>
    

Direct children

XML example

        <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">
        
            <ipv6-address xmlns="urn:opendaylight:vtn">...</ipv6-address>
        
        </vtn-set-inet-src-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-dl-dst-action xmlns="urn:opendaylight:vtn">...</vtn-set-dl-dst-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vbridge-output-filter/vtn-flow-filter/vtn-flow-action/vtn-set-dl-dst-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-dl-dst-action

Direct children

XML example

        <vtn-set-dl-dst-action xmlns="urn:opendaylight:vtn">
        
            <address xmlns="urn:opendaylight:vtn">...</address>
        
        </vtn-set-dl-dst-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-dl-src-action xmlns="urn:opendaylight:vtn">...</vtn-set-dl-src-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vbridge-output-filter/vtn-flow-filter/vtn-flow-action/vtn-set-dl-src-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-dl-src-action

Direct children

XML example

        <vtn-set-dl-src-action xmlns="urn:opendaylight:vtn">
        
            <address xmlns="urn:opendaylight:vtn">...</address>
        
        </vtn-set-dl-src-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-drop-action xmlns="urn:opendaylight:vtn">...</vtn-drop-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vbridge-output-filter/vtn-flow-filter/vtn-flow-action/vtn-drop-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-drop-action

XML example

        <vtn-drop-action xmlns="urn:opendaylight:vtn">
        
        </vtn-drop-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-vlan-id-action xmlns="urn:opendaylight:vtn">...</vtn-set-vlan-id-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vbridge-output-filter/vtn-flow-filter/vtn-flow-action/vtn-set-vlan-id-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-vlan-id-action

Direct children

XML example

        <vtn-set-vlan-id-action xmlns="urn:opendaylight:vtn">
        
            <vlan-id xmlns="urn:opendaylight:vtn">...</vlan-id>
        
        </vtn-set-vlan-id-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-inet-dscp-action xmlns="urn:opendaylight:vtn">...</vtn-set-inet-dscp-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vbridge-output-filter/vtn-flow-filter/vtn-flow-action/vtn-set-inet-dscp-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-inet-dscp-action

Direct children

XML example

        <vtn-set-inet-dscp-action xmlns="urn:opendaylight:vtn">
        
            <dscp xmlns="urn:opendaylight:vtn">...</dscp>
        
        </vtn-set-inet-dscp-action>
    

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            
        
            
        
            
        
        </vtn-flow-filter>
    

Direct children

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-drop-filter xmlns="urn:opendaylight:vtn">...</vtn-drop-filter>
        
        </vtn-flow-filter>
    

vtns/vtn/vbridge/vbridge-output-filter/vtn-flow-filter/vtn-drop-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-output-filter/vtn-flow-filter/{index}/vtn-drop-filter

XML example

        <vtn-drop-filter xmlns="urn:opendaylight:vtn">
        
        </vtn-drop-filter>
    

Direct children

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-pass-filter xmlns="urn:opendaylight:vtn">...</vtn-pass-filter>
        
        </vtn-flow-filter>
    

vtns/vtn/vbridge/vbridge-output-filter/vtn-flow-filter/vtn-pass-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-output-filter/vtn-flow-filter/{index}/vtn-pass-filter

XML example

        <vtn-pass-filter xmlns="urn:opendaylight:vtn">
        
        </vtn-pass-filter>
    

Direct children

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-redirect-filter xmlns="urn:opendaylight:vtn">...</vtn-redirect-filter>
        
        </vtn-flow-filter>
    

vtns/vtn/vbridge/vbridge-output-filter/vtn-flow-filter/vtn-redirect-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-output-filter/vtn-flow-filter/{index}/vtn-redirect-filter

Direct children

XML example

        <vtn-redirect-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <redirect-destination xmlns="urn:opendaylight:vtn">...</redirect-destination>
        
            <output xmlns="urn:opendaylight:vtn">...</output>
        
        </vtn-redirect-filter>
    

vtns/vtn/vbridge/vbridge-output-filter/vtn-flow-filter/vtn-redirect-filter/redirect-destination

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vbridge-output-filter/vtn-flow-filter/{index}/vtn-redirect-filter/redirect-destination

Direct children

XML example

        <redirect-destination xmlns="urn:opendaylight:vtn">
        
            <tenant-name xmlns="urn:opendaylight:vtn">...</tenant-name>
        
            <bridge-name xmlns="urn:opendaylight:vtn">...</bridge-name>
        
            <router-name xmlns="urn:opendaylight:vtn">...</router-name>
        
            <terminal-name xmlns="urn:opendaylight:vtn">...</terminal-name>
        
            <interface-name xmlns="urn:opendaylight:vtn">...</interface-name>
        
        </redirect-destination>
    

vtns/vtn/vbridge/mac-map

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/mac-map

Direct children

XML example

        <mac-map xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <mac-map-config xmlns="urn:opendaylight:vtn">...</mac-map-config>
        
            <!-- See definition
             for child nodes.  -->
            <mac-map-status xmlns="urn:opendaylight:vtn">...</mac-map-status>
        
        </mac-map>
    

vtns/vtn/vbridge/mac-map/mac-map-config

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/mac-map/mac-map-config

Direct children

XML example

        <mac-map-config xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <allowed-hosts xmlns="urn:opendaylight:vtn">...</allowed-hosts>
        
            <!-- See definition
             for child nodes.  -->
            <denied-hosts xmlns="urn:opendaylight:vtn">...</denied-hosts>
        
        </mac-map-config>
    

vtns/vtn/vbridge/mac-map/mac-map-config/allowed-hosts

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/mac-map/mac-map-config/allowed-hosts

Direct children

XML example

        <allowed-hosts xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <!-- This node could appear multiple times -->
            <vlan-host-desc-list xmlns="urn:opendaylight:vtn">...</vlan-host-desc-list>
        
        </allowed-hosts>
    

vtns/vtn/vbridge/mac-map/mac-map-config/allowed-hosts/vlan-host-desc-list

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/mac-map/mac-map-config/allowed-hosts/vlan-host-desc-list/{host}

Direct children

XML example

        <vlan-host-desc-list xmlns="urn:opendaylight:vtn">
        
            <host xmlns="urn:opendaylight:vtn">...</host>
        
        </vlan-host-desc-list>
    

vtns/vtn/vbridge/mac-map/mac-map-config/denied-hosts

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/mac-map/mac-map-config/denied-hosts

Direct children

XML example

        <denied-hosts xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <!-- This node could appear multiple times -->
            <vlan-host-desc-list xmlns="urn:opendaylight:vtn">...</vlan-host-desc-list>
        
        </denied-hosts>
    

vtns/vtn/vbridge/mac-map/mac-map-config/denied-hosts/vlan-host-desc-list

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/mac-map/mac-map-config/denied-hosts/vlan-host-desc-list/{host}

Direct children

XML example

        <vlan-host-desc-list xmlns="urn:opendaylight:vtn">
        
            <host xmlns="urn:opendaylight:vtn">...</host>
        
        </vlan-host-desc-list>
    

vtns/vtn/vbridge/mac-map/mac-map-status

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/mac-map/mac-map-status

Direct children

XML example

        <mac-map-status xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <!-- This node could appear multiple times -->
            <mapped-host xmlns="urn:opendaylight:vtn">...</mapped-host>
        
        </mac-map-status>
    

vtns/vtn/vbridge/mac-map/mac-map-status/mapped-host

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/mac-map/mac-map-status/mapped-host/{mac-address}

Direct children

XML example

        <mapped-host xmlns="urn:opendaylight:vtn">
        
            <mac-address xmlns="urn:opendaylight:vtn">...</mac-address>
        
            <port-id xmlns="urn:opendaylight:vtn">...</port-id>
        
            <vlan-id xmlns="urn:opendaylight:vtn">...</vlan-id>
        
        </mapped-host>
    

vtns/vtn/vbridge/bridge-status

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/bridge-status

Direct children

XML example

        <bridge-status xmlns="urn:opendaylight:vtn">
        
            <state xmlns="urn:opendaylight:vtn">...</state>
        
            <path-faults xmlns="urn:opendaylight:vtn">...</path-faults>
        
            <!-- See definition
             for child nodes.  -->
            <!-- This node could appear multiple times -->
            <faulted-paths xmlns="urn:opendaylight:vtn">...</faulted-paths>
        
        </bridge-status>
    

vtns/vtn/vbridge/bridge-status/faulted-paths

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/bridge-status/faulted-paths/{source}/{destination}

Direct children

XML example

        <faulted-paths xmlns="urn:opendaylight:vtn">
        
            <source xmlns="urn:opendaylight:vtn">...</source>
        
            <destination xmlns="urn:opendaylight:vtn">...</destination>
        
        </faulted-paths>
    

vtns/vtn/vbridge/vlan-map

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vlan-map/{map-id}

Direct children

XML example

        <vlan-map xmlns="urn:opendaylight:vtn">
        
            <map-id xmlns="urn:opendaylight:vtn">...</map-id>
        
            <!-- See definition
             for child nodes.  -->
            <vlan-map-config xmlns="urn:opendaylight:vtn">...</vlan-map-config>
        
            <!-- See definition
             for child nodes.  -->
            <vlan-map-status xmlns="urn:opendaylight:vtn">...</vlan-map-status>
        
        </vlan-map>
    

vtns/vtn/vbridge/vlan-map/vlan-map-config

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vlan-map/{map-id}/vlan-map-config

Direct children

XML example

        <vlan-map-config xmlns="urn:opendaylight:vtn">
        
            <node xmlns="urn:opendaylight:vtn">...</node>
        
            <vlan-id xmlns="urn:opendaylight:vtn">...</vlan-id>
        
        </vlan-map-config>
    

vtns/vtn/vbridge/vlan-map/vlan-map-status

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vlan-map/{map-id}/vlan-map-status

Direct children

XML example

        <vlan-map-status xmlns="urn:opendaylight:vtn">
        
            <active xmlns="urn:opendaylight:vtn">...</active>
        
        </vlan-map-status>
    

vtns/vtn/vbridge/vinterface

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}

Direct children

XML example

        <vinterface xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vinterface-status xmlns="urn:opendaylight:vtn">...</vinterface-status>
        
            <!-- See definition
             for child nodes.  -->
            <port-map-config xmlns="urn:opendaylight:vtn">...</port-map-config>
        
            <name xmlns="urn:opendaylight:vtn">...</name>
        
            <!-- See definition
             for child nodes.  -->
            <vinterface-config xmlns="urn:opendaylight:vtn">...</vinterface-config>
        
            <!-- See definition
             for child nodes.  -->
            <vinterface-input-filter xmlns="urn:opendaylight:vtn">...</vinterface-input-filter>
        
            <!-- See definition
             for child nodes.  -->
            <vinterface-output-filter xmlns="urn:opendaylight:vtn">...</vinterface-output-filter>
        
        </vinterface>
    

vtns/vtn/vbridge/vinterface/vinterface-status

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-status

Direct children

XML example

        <vinterface-status xmlns="urn:opendaylight:vtn">
        
            <state xmlns="urn:opendaylight:vtn">...</state>
        
            <entity-state xmlns="urn:opendaylight:vtn">...</entity-state>
        
            <mapped-port xmlns="urn:opendaylight:vtn">...</mapped-port>
        
        </vinterface-status>
    

vtns/vtn/vbridge/vinterface/port-map-config

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/port-map-config

Direct children

XML example

        <port-map-config xmlns="urn:opendaylight:vtn">
        
            <node xmlns="urn:opendaylight:vtn">...</node>
        
            <port-id xmlns="urn:opendaylight:vtn">...</port-id>
        
            <port-name xmlns="urn:opendaylight:vtn">...</port-name>
        
            <vlan-id xmlns="urn:opendaylight:vtn">...</vlan-id>
        
        </port-map-config>
    

vtns/vtn/vbridge/vinterface/vinterface-config

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-config

Direct children

XML example

        <vinterface-config xmlns="urn:opendaylight:vtn">
        
            <description xmlns="urn:opendaylight:vtn">...</description>
        
            <enabled xmlns="urn:opendaylight:vtn">...</enabled>
        
        </vinterface-config>
    

vtns/vtn/vbridge/vinterface/vinterface-input-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-input-filter

Direct children

XML example

        <vinterface-input-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <!-- This node could appear multiple times -->
            <vtn-flow-filter xmlns="urn:opendaylight:vtn">...</vtn-flow-filter>
        
        </vinterface-input-filter>
    

vtns/vtn/vbridge/vinterface/vinterface-input-filter/vtn-flow-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}

Direct children

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            <condition xmlns="urn:opendaylight:vtn">...</condition>
        
            <index xmlns="urn:opendaylight:vtn">...</index>
        
            
        
            <!-- See definition
             for child nodes.  -->
            <!-- This node could appear multiple times -->
            <vtn-flow-action xmlns="urn:opendaylight:vtn">...</vtn-flow-action>
        
        </vtn-flow-filter>
    

vtns/vtn/vbridge/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-flow-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <order xmlns="urn:opendaylight:vtn">...</order>
        
            
        
        </vtn-flow-action>
    

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
        </vtn-flow-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-drop-action xmlns="urn:opendaylight:vtn">...</vtn-drop-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-flow-action/vtn-drop-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-drop-action

XML example

        <vtn-drop-action xmlns="urn:opendaylight:vtn">
        
        </vtn-drop-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-dl-dst-action xmlns="urn:opendaylight:vtn">...</vtn-set-dl-dst-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-dl-dst-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-dl-dst-action

Direct children

XML example

        <vtn-set-dl-dst-action xmlns="urn:opendaylight:vtn">
        
            <address xmlns="urn:opendaylight:vtn">...</address>
        
        </vtn-set-dl-dst-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-dl-src-action xmlns="urn:opendaylight:vtn">...</vtn-set-dl-src-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-dl-src-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-dl-src-action

Direct children

XML example

        <vtn-set-dl-src-action xmlns="urn:opendaylight:vtn">
        
            <address xmlns="urn:opendaylight:vtn">...</address>
        
        </vtn-set-dl-src-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-inet-dscp-action xmlns="urn:opendaylight:vtn">...</vtn-set-inet-dscp-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-inet-dscp-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-inet-dscp-action

Direct children

XML example

        <vtn-set-inet-dscp-action xmlns="urn:opendaylight:vtn">
        
            <dscp xmlns="urn:opendaylight:vtn">...</dscp>
        
        </vtn-set-inet-dscp-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-vlan-id-action xmlns="urn:opendaylight:vtn">...</vtn-set-vlan-id-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-vlan-id-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-vlan-id-action

Direct children

XML example

        <vtn-set-vlan-id-action xmlns="urn:opendaylight:vtn">
        
            <vlan-id xmlns="urn:opendaylight:vtn">...</vlan-id>
        
        </vtn-set-vlan-id-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-vlan-pcp-action xmlns="urn:opendaylight:vtn">...</vtn-set-vlan-pcp-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-vlan-pcp-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-vlan-pcp-action

Direct children

XML example

        <vtn-set-vlan-pcp-action xmlns="urn:opendaylight:vtn">
        
            <vlan-pcp xmlns="urn:opendaylight:vtn">...</vlan-pcp>
        
        </vtn-set-vlan-pcp-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-pop-vlan-action xmlns="urn:opendaylight:vtn">...</vtn-pop-vlan-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-flow-action/vtn-pop-vlan-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-pop-vlan-action

XML example

        <vtn-pop-vlan-action xmlns="urn:opendaylight:vtn">
        
        </vtn-pop-vlan-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-icmp-code-action xmlns="urn:opendaylight:vtn">...</vtn-set-icmp-code-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-icmp-code-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-icmp-code-action

Direct children

XML example

        <vtn-set-icmp-code-action xmlns="urn:opendaylight:vtn">
        
            <code xmlns="urn:opendaylight:vtn">...</code>
        
        </vtn-set-icmp-code-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-port-dst-action xmlns="urn:opendaylight:vtn">...</vtn-set-port-dst-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-port-dst-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-port-dst-action

Direct children

XML example

        <vtn-set-port-dst-action xmlns="urn:opendaylight:vtn">
        
            <port xmlns="urn:opendaylight:vtn">...</port>
        
        </vtn-set-port-dst-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-port-src-action xmlns="urn:opendaylight:vtn">...</vtn-set-port-src-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-port-src-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-port-src-action

Direct children

XML example

        <vtn-set-port-src-action xmlns="urn:opendaylight:vtn">
        
            <port xmlns="urn:opendaylight:vtn">...</port>
        
        </vtn-set-port-src-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-push-vlan-action xmlns="urn:opendaylight:vtn">...</vtn-push-vlan-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-flow-action/vtn-push-vlan-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-push-vlan-action

Direct children

XML example

        <vtn-push-vlan-action xmlns="urn:opendaylight:vtn">
        
            <vlan-type xmlns="urn:opendaylight:vtn">...</vlan-type>
        
        </vtn-push-vlan-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">...</vtn-set-inet-dst-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-inet-dst-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-inet-dst-action

XML example

        <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">
        
            
        
        </vtn-set-inet-dst-action>
    

XML example

        <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">
        
            
        
            
        
        </vtn-set-inet-dst-action>
    

Direct children

XML example

        <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">
        
            <ipv4-address xmlns="urn:opendaylight:vtn">...</ipv4-address>
        
        </vtn-set-inet-dst-action>
    

Direct children

XML example

        <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">
        
            <ipv6-address xmlns="urn:opendaylight:vtn">...</ipv6-address>
        
        </vtn-set-inet-dst-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">...</vtn-set-inet-src-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-inet-src-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-inet-src-action

XML example

        <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">
        
            
        
        </vtn-set-inet-src-action>
    

XML example

        <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">
        
            
        
            
        
        </vtn-set-inet-src-action>
    

Direct children

XML example

        <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">
        
            <ipv4-address xmlns="urn:opendaylight:vtn">...</ipv4-address>
        
        </vtn-set-inet-src-action>
    

Direct children

XML example

        <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">
        
            <ipv6-address xmlns="urn:opendaylight:vtn">...</ipv6-address>
        
        </vtn-set-inet-src-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-icmp-type-action xmlns="urn:opendaylight:vtn">...</vtn-set-icmp-type-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-flow-action/vtn-set-icmp-type-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-icmp-type-action

Direct children

XML example

        <vtn-set-icmp-type-action xmlns="urn:opendaylight:vtn">
        
            <type xmlns="urn:opendaylight:vtn">...</type>
        
        </vtn-set-icmp-type-action>
    

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            
        
            
        
            
        
        </vtn-flow-filter>
    

Direct children

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-redirect-filter xmlns="urn:opendaylight:vtn">...</vtn-redirect-filter>
        
        </vtn-flow-filter>
    

vtns/vtn/vbridge/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-redirect-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-redirect-filter

Direct children

XML example

        <vtn-redirect-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <redirect-destination xmlns="urn:opendaylight:vtn">...</redirect-destination>
        
            <output xmlns="urn:opendaylight:vtn">...</output>
        
        </vtn-redirect-filter>
    

vtns/vtn/vbridge/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-redirect-filter/redirect-destination

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-redirect-filter/redirect-destination

Direct children

XML example

        <redirect-destination xmlns="urn:opendaylight:vtn">
        
            <tenant-name xmlns="urn:opendaylight:vtn">...</tenant-name>
        
            <bridge-name xmlns="urn:opendaylight:vtn">...</bridge-name>
        
            <router-name xmlns="urn:opendaylight:vtn">...</router-name>
        
            <terminal-name xmlns="urn:opendaylight:vtn">...</terminal-name>
        
            <interface-name xmlns="urn:opendaylight:vtn">...</interface-name>
        
        </redirect-destination>
    

Direct children

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-drop-filter xmlns="urn:opendaylight:vtn">...</vtn-drop-filter>
        
        </vtn-flow-filter>
    

vtns/vtn/vbridge/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-drop-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-drop-filter

XML example

        <vtn-drop-filter xmlns="urn:opendaylight:vtn">
        
        </vtn-drop-filter>
    

Direct children

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-pass-filter xmlns="urn:opendaylight:vtn">...</vtn-pass-filter>
        
        </vtn-flow-filter>
    

vtns/vtn/vbridge/vinterface/vinterface-input-filter/vtn-flow-filter/vtn-pass-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-input-filter/vtn-flow-filter/{index}/vtn-pass-filter

XML example

        <vtn-pass-filter xmlns="urn:opendaylight:vtn">
        
        </vtn-pass-filter>
    

vtns/vtn/vbridge/vinterface/vinterface-output-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-output-filter

Direct children

XML example

        <vinterface-output-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <!-- This node could appear multiple times -->
            <vtn-flow-filter xmlns="urn:opendaylight:vtn">...</vtn-flow-filter>
        
        </vinterface-output-filter>
    

vtns/vtn/vbridge/vinterface/vinterface-output-filter/vtn-flow-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}

Direct children

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            <condition xmlns="urn:opendaylight:vtn">...</condition>
        
            <index xmlns="urn:opendaylight:vtn">...</index>
        
            
        
            <!-- See definition
             for child nodes.  -->
            <!-- This node could appear multiple times -->
            <vtn-flow-action xmlns="urn:opendaylight:vtn">...</vtn-flow-action>
        
        </vtn-flow-filter>
    

vtns/vtn/vbridge/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-flow-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <order xmlns="urn:opendaylight:vtn">...</order>
        
            
        
        </vtn-flow-action>
    

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
            
        
        </vtn-flow-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-port-dst-action xmlns="urn:opendaylight:vtn">...</vtn-set-port-dst-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-flow-action/vtn-set-port-dst-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-port-dst-action

Direct children

XML example

        <vtn-set-port-dst-action xmlns="urn:opendaylight:vtn">
        
            <port xmlns="urn:opendaylight:vtn">...</port>
        
        </vtn-set-port-dst-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-port-src-action xmlns="urn:opendaylight:vtn">...</vtn-set-port-src-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-flow-action/vtn-set-port-src-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-port-src-action

Direct children

XML example

        <vtn-set-port-src-action xmlns="urn:opendaylight:vtn">
        
            <port xmlns="urn:opendaylight:vtn">...</port>
        
        </vtn-set-port-src-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-drop-action xmlns="urn:opendaylight:vtn">...</vtn-drop-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-flow-action/vtn-drop-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-drop-action

XML example

        <vtn-drop-action xmlns="urn:opendaylight:vtn">
        
        </vtn-drop-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-dl-dst-action xmlns="urn:opendaylight:vtn">...</vtn-set-dl-dst-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-flow-action/vtn-set-dl-dst-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-dl-dst-action

Direct children

XML example

        <vtn-set-dl-dst-action xmlns="urn:opendaylight:vtn">
        
            <address xmlns="urn:opendaylight:vtn">...</address>
        
        </vtn-set-dl-dst-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-dl-src-action xmlns="urn:opendaylight:vtn">...</vtn-set-dl-src-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-flow-action/vtn-set-dl-src-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-dl-src-action

Direct children

XML example

        <vtn-set-dl-src-action xmlns="urn:opendaylight:vtn">
        
            <address xmlns="urn:opendaylight:vtn">...</address>
        
        </vtn-set-dl-src-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-push-vlan-action xmlns="urn:opendaylight:vtn">...</vtn-push-vlan-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-flow-action/vtn-push-vlan-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-push-vlan-action

Direct children

XML example

        <vtn-push-vlan-action xmlns="urn:opendaylight:vtn">
        
            <vlan-type xmlns="urn:opendaylight:vtn">...</vlan-type>
        
        </vtn-push-vlan-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">...</vtn-set-inet-dst-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-flow-action/vtn-set-inet-dst-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-inet-dst-action

XML example

        <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">
        
            
        
        </vtn-set-inet-dst-action>
    

XML example

        <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">
        
            
        
            
        
        </vtn-set-inet-dst-action>
    

Direct children

XML example

        <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">
        
            <ipv4-address xmlns="urn:opendaylight:vtn">...</ipv4-address>
        
        </vtn-set-inet-dst-action>
    

Direct children

XML example

        <vtn-set-inet-dst-action xmlns="urn:opendaylight:vtn">
        
            <ipv6-address xmlns="urn:opendaylight:vtn">...</ipv6-address>
        
        </vtn-set-inet-dst-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">...</vtn-set-inet-src-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-flow-action/vtn-set-inet-src-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-inet-src-action

XML example

        <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">
        
            
        
        </vtn-set-inet-src-action>
    

XML example

        <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">
        
            
        
            
        
        </vtn-set-inet-src-action>
    

Direct children

XML example

        <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">
        
            <ipv4-address xmlns="urn:opendaylight:vtn">...</ipv4-address>
        
        </vtn-set-inet-src-action>
    

Direct children

XML example

        <vtn-set-inet-src-action xmlns="urn:opendaylight:vtn">
        
            <ipv6-address xmlns="urn:opendaylight:vtn">...</ipv6-address>
        
        </vtn-set-inet-src-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-icmp-type-action xmlns="urn:opendaylight:vtn">...</vtn-set-icmp-type-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-flow-action/vtn-set-icmp-type-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-icmp-type-action

Direct children

XML example

        <vtn-set-icmp-type-action xmlns="urn:opendaylight:vtn">
        
            <type xmlns="urn:opendaylight:vtn">...</type>
        
        </vtn-set-icmp-type-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-vlan-id-action xmlns="urn:opendaylight:vtn">...</vtn-set-vlan-id-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-flow-action/vtn-set-vlan-id-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-vlan-id-action

Direct children

XML example

        <vtn-set-vlan-id-action xmlns="urn:opendaylight:vtn">
        
            <vlan-id xmlns="urn:opendaylight:vtn">...</vlan-id>
        
        </vtn-set-vlan-id-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-inet-dscp-action xmlns="urn:opendaylight:vtn">...</vtn-set-inet-dscp-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-flow-action/vtn-set-inet-dscp-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-inet-dscp-action

Direct children

XML example

        <vtn-set-inet-dscp-action xmlns="urn:opendaylight:vtn">
        
            <dscp xmlns="urn:opendaylight:vtn">...</dscp>
        
        </vtn-set-inet-dscp-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-pop-vlan-action xmlns="urn:opendaylight:vtn">...</vtn-pop-vlan-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-flow-action/vtn-pop-vlan-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-pop-vlan-action

XML example

        <vtn-pop-vlan-action xmlns="urn:opendaylight:vtn">
        
        </vtn-pop-vlan-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-icmp-code-action xmlns="urn:opendaylight:vtn">...</vtn-set-icmp-code-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-flow-action/vtn-set-icmp-code-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-icmp-code-action

Direct children

XML example

        <vtn-set-icmp-code-action xmlns="urn:opendaylight:vtn">
        
            <code xmlns="urn:opendaylight:vtn">...</code>
        
        </vtn-set-icmp-code-action>
    

Direct children

XML example

        <vtn-flow-action xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-set-vlan-pcp-action xmlns="urn:opendaylight:vtn">...</vtn-set-vlan-pcp-action>
        
        </vtn-flow-action>
    

vtns/vtn/vbridge/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-flow-action/vtn-set-vlan-pcp-action

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-flow-action/{order}/vtn-set-vlan-pcp-action

Direct children

XML example

        <vtn-set-vlan-pcp-action xmlns="urn:opendaylight:vtn">
        
            <vlan-pcp xmlns="urn:opendaylight:vtn">...</vlan-pcp>
        
        </vtn-set-vlan-pcp-action>
    

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            
        
            
        
            
        
        </vtn-flow-filter>
    

Direct children

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-redirect-filter xmlns="urn:opendaylight:vtn">...</vtn-redirect-filter>
        
        </vtn-flow-filter>
    

vtns/vtn/vbridge/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-redirect-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-redirect-filter

Direct children

XML example

        <vtn-redirect-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <redirect-destination xmlns="urn:opendaylight:vtn">...</redirect-destination>
        
            <output xmlns="urn:opendaylight:vtn">...</output>
        
        </vtn-redirect-filter>
    

vtns/vtn/vbridge/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-redirect-filter/redirect-destination

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-redirect-filter/redirect-destination

Direct children

XML example

        <redirect-destination xmlns="urn:opendaylight:vtn">
        
            <tenant-name xmlns="urn:opendaylight:vtn">...</tenant-name>
        
            <bridge-name xmlns="urn:opendaylight:vtn">...</bridge-name>
        
            <router-name xmlns="urn:opendaylight:vtn">...</router-name>
        
            <terminal-name xmlns="urn:opendaylight:vtn">...</terminal-name>
        
            <interface-name xmlns="urn:opendaylight:vtn">...</interface-name>
        
        </redirect-destination>
    

Direct children

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-drop-filter xmlns="urn:opendaylight:vtn">...</vtn-drop-filter>
        
        </vtn-flow-filter>
    

vtns/vtn/vbridge/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-drop-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-drop-filter

XML example

        <vtn-drop-filter xmlns="urn:opendaylight:vtn">
        
        </vtn-drop-filter>
    

Direct children

XML example

        <vtn-flow-filter xmlns="urn:opendaylight:vtn">
        
            <!-- See definition
             for child nodes.  -->
            <vtn-pass-filter xmlns="urn:opendaylight:vtn">...</vtn-pass-filter>
        
        </vtn-flow-filter>
    

vtns/vtn/vbridge/vinterface/vinterface-output-filter/vtn-flow-filter/vtn-pass-filter

XML Path
Restconf path
vtn:vtns/vtn/{name}/vbridge/{name}/vinterface/{name}/vinterface-output-filter/vtn-flow-filter/{index}/vtn-pass-filter

XML example

        <vtn-pass-filter xmlns="urn:opendaylight:vtn">
        
        </vtn-pass-filter>
    

RPC Definitions

remove-vtn

update-vtn