Interface OpenconfigIfTypesData

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

    @Generated("mdsal-binding-generator")
    public interface OpenconfigIfTypesData
    extends org.opendaylight.yangtools.yang.binding.DataRoot
    This module contains a set of interface type definitions that are used across OpenConfig models. These are generally physical or logical interfaces, distinct from hardware ports (which are described by the OpenConfig platform model).

    This class represents the following YANG schema fragment defined in module openconfig-if-types

     module openconfig-if-types {
       yang-version 1;
       namespace "http://openconfig.net/yang/openconfig-if-types";
       prefix oc-ift;
       import openconfig-extensions {
         prefix oc-ext;
       }
       oc-ext:openconfig-version 0.2.1;
       revision 2018-11-21 {
       }
       revision 2018-01-05 {
       }
       revision 2016-11-14 {
       }
       oc-ext:regexp-posix;
       oc-ext:catalog-organization openconfig;
       oc-ext:origin openconfig;
       identity INTERFACE_TYPE {
       }
       identity IF_ETHERNET {
         base INTERFACE_TYPE;
       }
       identity IF_AGGREGATE {
         base INTERFACE_TYPE;
       }
       identity IF_LOOPBACK {
         base INTERFACE_TYPE;
       }
       identity IF_ROUTED_VLAN {
         base INTERFACE_TYPE;
       }
       identity IF_SONET {
         base INTERFACE_TYPE;
       }
       identity IF_TUNNEL_GRE4 {
         base INTERFACE_TYPE;
       }
       identity IF_TUNNEL_GRE6 {
         base INTERFACE_TYPE;
       }
     }