Interface NetworkConceptsData

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.DataRoot

    @Generated("mdsal-binding-generator")
    public interface NetworkConceptsData
    extends org.opendaylight.yangtools.yang.binding.DataRoot
    This module contains the base data model of used general concepts. Copyright (c)2013 Cisco Systems, Inc. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html

    This class represents the following YANG schema fragment defined in module network-concepts

     module network-concepts {
       yang-version 1;
       namespace urn:opendaylight:params:xml:ns:yang:network:concepts;
       prefix netc;
       import ieee754 {
         prefix ieee754;
         revision-date 2013-08-19;
       }
       import ietf-routing-types {
         prefix rt-types;
       }
       revision 2013-11-25 {
       }
       revision 2013-09-30 {
       }
       typedef iso-system-identifier {
         type binary {
           length 6;
         }
       }
       typedef igp-metric {
         type rt-types:uint24;
       }
       typedef te-metric {
         type uint32;
       }
       typedef bandwidth {
         type ieee754:float32;
       }
       typedef metric {
         type uint32;
       }
       typedef accumulated-igp-metric {
         type uint64;
       }
       typedef mpls-label {
         type uint32 {
           range 0..1048575;
         }
       }
     }