Interface BgpStateConfigData

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

    public interface BgpStateConfigData
    extends org.opendaylight.yangtools.yang.binding.DataRoot
    This module contains the base YANG definitions for BGP State Configuration. Copyright (c)2016 Cisco Systems, Inc. All rights reserved.; This program and 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-state-config

     module bgp-state-config {
       yang-version 1;
       namespace urn:opendaylight:params:xml:ns:yang:bgp-state-config;
       prefix bgp-state-config;
       revision 2016-11-07 {
       }
       container bgp-state-config {
         leaf config-name {
           type string;
         }
         leaf timer {
           type uint16;
           default 5;
           units seconds;
         }
       }
     }
     
    • Method Detail

      • getBgpStateConfig

        @Nullable BgpStateConfig getBgpStateConfig()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.state.config.rev161107.BgpStateConfig bgpStateConfig, or null if not present