Interface RemoveInterfaceEventData

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<RemoveInterfaceEventData>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<RemoveInterfaceFromDpnOnVpnEvent>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, DpnInVpnEvent

    public interface RemoveInterfaceEventData
    extends org.opendaylight.yangtools.yang.binding.ChildOf<RemoveInterfaceFromDpnOnVpnEvent>, org.opendaylight.yangtools.yang.binding.Augmentable<RemoveInterfaceEventData>, DpnInVpnEvent

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

     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/remove-interface-event-data

    To create instances of this class use RemoveInterfaceEventDataBuilder.

    See Also:
    RemoveInterfaceEventDataBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<RemoveInterfaceEventData> 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 DpnInVpnEvent
      • getInterfaceName

        @Nullable java.lang.String getInterfaceName()
        Returns:
        java.lang.String interfaceName, or null if not present
      • getVpnId

        @Nullable org.opendaylight.yangtools.yang.common.Uint32 getVpnId()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 vpnId, or null if not present