Interface Global

  • All Superinterfaces:
    ApplyPolicyGroup, org.opendaylight.yangtools.yang.binding.Augmentable<Global>, BgpGlobalBase, BgpGracefulRestart, BgpRouteSelectionOptions, BgpUseMultiplePaths, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Bgp>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface Global
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Bgp>, org.opendaylight.yangtools.yang.binding.Augmentable<Global>, BgpGlobalBase, ApplyPolicyGroup
    Global configuration for the BGP router

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

     container global {
       uses bgp-global-base;
       uses rpol:apply-policy-group;
     }
     
    The schema path to identify an instance is openconfig-bgp/bgp-top/bgp/global

    To create instances of this class use GlobalBuilder.

    See Also:
    GlobalBuilder