Interface State

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<State>, BgpContextPfxPathCountersCommon, BgpGlobalConfig, BgpGlobalState, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<BgpGlobalBase>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface State
    extends org.opendaylight.yangtools.yang.binding.ChildOf<BgpGlobalBase>, org.opendaylight.yangtools.yang.binding.Augmentable<State>, BgpGlobalConfig, BgpGlobalState
    State information relating to the global BGP router

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

     container state {
       config false;
       uses bgp-global_config;
       uses bgp-op:bgp-global_state;
     }
     
    The schema path to identify an instance is openconfig-bgp/bgp-global-base/state

    To create instances of this class use StateBuilder.

    See Also:
    StateBuilder