Interface State

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<State>, BgpUseMultiplePathsEbgpAsOptionsConfig, BgpUseMultiplePathsEbgpConfig, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Ebgp>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface State
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Ebgp>, org.opendaylight.yangtools.yang.binding.Augmentable<State>, BgpUseMultiplePathsEbgpConfig
    State information relating to eBGP multipath

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

     container state {
       config false;
       uses bgp-use-multiple-paths-ebgp_config;
     }
     
    The schema path to identify an instance is openconfig-bgp-multiprotocol/bgp-use-multiple-paths/use-multiple-paths/ebgp/state

    To create instances of this class use StateBuilder.

    See Also:
    StateBuilder