vtn-static-topology

Base Information

prefix vtopo-static
namespace urn:opendaylight:vtn:topology:static
revision 2015-08-01
description The module that describes the static network topology configuration used by the VTN Manager. User can configure inter-switch links statically by configuring config DS containers defined by this module.
yang-version 1
imports inv:opendaylight-inventory 2013-08-19; vtype:vtn-types 2015-02-09;

Child Nodes Summary

Name Description
vtn-static-topology The root container that keeps configuration for static network topology.

Datastore Structure

vtn-static-topology

Child nodes

Direct children

vtn-static-topology

XML Path
Restconf path
vtn-static-topology:vtn-static-topology

Direct children

XML example

        <vtn-static-topology xmlns="urn:opendaylight:vtn:topology:static">
        
            <!-- See definition
             for child nodes.  -->
            <static-switch-links xmlns="urn:opendaylight:vtn:topology:static">...</static-switch-links>
        
            <!-- See definition
             for child nodes.  -->
            <static-edge-ports xmlns="urn:opendaylight:vtn:topology:static">...</static-edge-ports>
        
        </vtn-static-topology>
    
XML Path
Restconf path
vtn-static-topology:vtn-static-topology/static-switch-links

Direct children

XML example

        <static-switch-links xmlns="urn:opendaylight:vtn:topology:static">
        
            <!-- See definition
             for child nodes.  -->
            <!-- This node could appear multiple times -->
            <static-switch-link xmlns="urn:opendaylight:vtn:topology:static">...</static-switch-link>
        
        </static-switch-links>
    
XML Path
Restconf path
vtn-static-topology:vtn-static-topology/static-switch-links/static-switch-link/{source}

Direct children

XML example

        <static-switch-link xmlns="urn:opendaylight:vtn:topology:static">
        
            <source xmlns="urn:opendaylight:vtn:topology:static">...</source>
        
            <destination xmlns="urn:opendaylight:vtn:topology:static">...</destination>
        
        </static-switch-link>
    

vtn-static-topology/static-edge-ports

XML Path
Restconf path
vtn-static-topology:vtn-static-topology/static-edge-ports

Direct children

XML example

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

vtn-static-topology/static-edge-ports/static-edge-port

XML Path
Restconf path
vtn-static-topology:vtn-static-topology/static-edge-ports/static-edge-port/{port}

Direct children

XML example

        <static-edge-port xmlns="urn:opendaylight:vtn:topology:static">
        
            <port xmlns="urn:opendaylight:vtn:topology:static">...</port>
        
        </static-edge-port>