Interface DestinationLabeledUnicastCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<DestinationLabeledUnicastCase>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<Destination>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, DestinationType

    public interface DestinationLabeledUnicastCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<DestinationLabeledUnicastCase>, DestinationType

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

     case destination-labeled-unicast-case {
       container destination-labeled-unicast {
         uses labeled-unicast-destination;
       }
     }
     
    The schema path to identify an instance is bgp-labeled-unicast/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-labeled-unicast?revision=2018-03-29)destination-labeled-unicast-case
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable DestinationLabeledUnicast getDestinationLabeledUnicast()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.update.attributes.mp.reach.nlri.advertized.routes.destination.type.destination.labeled.unicast._case.DestinationLabeledUnicast destinationLabeledUnicast, or null if not present