Interface DestinationL3vpnMcastIpv4WithdrawnCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<DestinationL3vpnMcastIpv4WithdrawnCase>, 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 DestinationL3vpnMcastIpv4WithdrawnCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<DestinationL3vpnMcastIpv4WithdrawnCase>, DestinationType

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

     case destination-l3vpn-mcast-ipv4-withdrawn-case {
       when "../../afi = ipv4";
       container destination-ipv4-l3vpn-mcast {
         uses l3vpn-mcast-destination;
       }
     }
     
    The schema path to identify an instance is bgp-l3vpn-mcast/update/attributes/(urn:opendaylight:params:xml:ns:yang:bgp-multiprotocol?revision=2018-03-29)mp-unreach-nlri/withdrawn-routes/destination-type/(urn:opendaylight:params:xml:ns:yang:bgp:l3vpn:mcast?revision=2018-04-17)destination-l3vpn-mcast-ipv4-withdrawn-case
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable DestinationIpv4L3vpnMcast getDestinationIpv4L3vpnMcast()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.l3vpn.mcast.rev180417.update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type.destination.l3vpn.mcast.ipv4.withdrawn._case.DestinationIpv4L3vpnMcast destinationIpv4L3vpnMcast, or null if not present