Interface BgpEpeData

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

    @Generated("mdsal-binding-generator")
    public interface BgpEpeData
    extends org.opendaylight.yangtools.yang.binding.DataRoot
    This module contains the base data concepts contained in draft-ietf-idr-bgpls-segment-routing-epe-00. Copyright (c)2015 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 bgp-epe

     module bgp-epe {
       yang-version 1;
       namespace urn:opendaylight:params:xml:ns:yang:bgp-epe;
       prefix bgp-epe;
       import ietf-inet-types {
         prefix inet;
         revision-date 2013-07-15;
       }
       revision 2020-01-20 {
       }
       revision 2015-06-22 {
       }
       grouping epe-node-descriptors {
         leaf bgp-router-id {
           type inet:ipv4-address-no-zone;
         }
         leaf member-asn {
           type inet:as-number;
         }
       }
     }