Interface RemoveInterfaceFromDpnOnVpnEvent

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<RemoveInterfaceFromDpnOnVpnEvent>, org.opendaylight.yangtools.yang.binding.BaseNotification, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Notification

    public interface RemoveInterfaceFromDpnOnVpnEvent
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<RemoveInterfaceFromDpnOnVpnEvent>, org.opendaylight.yangtools.yang.binding.Notification

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

     notification remove-interface-from-dpn-on-vpn-event {
       container remove-interface-event-data {
         uses dpn-in-vpn-event;
         leaf interface-name {
           type string;
         }
         leaf vpn-id {
           type uint32;
         }
       }
     }
     
    The schema path to identify an instance is odl-l3vpn/remove-interface-from-dpn-on-vpn-event

    To create instances of this class use RemoveInterfaceFromDpnOnVpnEventBuilder.

    See Also:
    RemoveInterfaceFromDpnOnVpnEventBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<RemoveInterfaceFromDpnOnVpnEvent> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getRemoveInterfaceEventData

        @Nullable RemoveInterfaceEventData getRemoveInterfaceEventData()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.remove._interface.from.dpn.on.vpn.event.RemoveInterfaceEventData removeInterfaceEventData, or null if not present