Interface BgpLinkstateAppConfigData

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

    @Generated("mdsal-binding-generator")
    public interface BgpLinkstateAppConfigData
    extends org.opendaylight.yangtools.yang.binding.DataRoot
    Configuration for the BGP linkstate application.

    This class represents the following YANG schema fragment defined in module bgp-linkstate-app-config

     module bgp-linkstate-app-config {
       yang-version 1;
       namespace urn:opendaylight:params:xml:ns:yang:controller:bgp:linkstate-app-config;
       prefix bgp-linkstate-app-config;
       revision 2016-06-14 {
       }
       container bgp-linkstate-app-config {
         leaf iana-linkstate-attribute-type {
           type boolean;
           default true;
         }
       }
     }
     
    • Method Detail

      • getBgpLinkstateAppConfig

        BgpLinkstateAppConfig getBgpLinkstateAppConfig()
        Return bgpLinkstateAppConfig, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.bgp.linkstate.app.config.rev160614.BgpLinkstateAppConfig bgpLinkstateAppConfig, or null if it is not present.