All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>, org.opendaylight.yangtools.binding.DataContainer, org.opendaylight.yangtools.binding.DataRoot<NetworkConceptsData>

@Generated("mdsal-binding-generator") public interface NetworkConceptsData extends org.opendaylight.yangtools.binding.DataRoot<NetworkConceptsData>
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;
     }
   }
 }
 
  • Field Details

    • META

      @NonNullByDefault static final org.opendaylight.yangtools.binding.meta.RootMeta<NetworkConceptsData> META
      The RootMeta associated with this module root.
  • Method Details

    • implementedInterface

      default Class<NetworkConceptsData> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.binding.DataRoot<NetworkConceptsData>
    • meta

      default org.opendaylight.yangtools.binding.meta.RootMeta<NetworkConceptsData> meta()
      Specified by:
      meta in interface org.opendaylight.yangtools.binding.DataRoot<NetworkConceptsData>