All Superinterfaces:
BgpTableType, org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, PeerReference
All Known Subinterfaces:
RouteRefreshRequestInput

@Generated("mdsal-binding-generator") public interface RrMsgArgs extends org.opendaylight.yangtools.yang.binding.DataObject, PeerReference, BgpTableType

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

 grouping rr-msg-args {
   uses peer-reference;
   uses bgp-mp:bgp-table-type;
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<? extends RrMsgArgs>
     

    Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.BgpTableType

    getAfi, getSafi, requireAfi, requireSafi

    Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.peer.rpc.rev180329.PeerReference

    getPeerRef, requirePeerRef
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends RrMsgArgs> implementedInterface()
      Specified by:
      implementedInterface in interface BgpTableType
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      Specified by:
      implementedInterface in interface PeerReference