Interface DestinationLinkstate

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<DestinationLinkstate>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Destination>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, LinkstateDestination

    public interface DestinationLinkstate
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Destination>, org.opendaylight.yangtools.yang.binding.Augmentable<DestinationLinkstate>, LinkstateDestination

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

     container destination-linkstate {
       uses linkstate-destination;
     }
     
    The schema path to identify an instance is bgp-linkstate/update/attributes/(urn:opendaylight:params:xml:ns:yang:bgp-multiprotocol?revision=2018-03-29)mp-reach-nlri/advertized-routes/destination-type/(urn:opendaylight:params:xml:ns:yang:bgp-linkstate?revision=2020-01-20)destination-linkstate-case/destination-linkstate

    To create instances of this class use DestinationLinkstateBuilder.

    See Also:
    DestinationLinkstateBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<DestinationLinkstate> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface LinkstateDestination