Interface Tap

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Tap>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<VppInterfaceAugmentation>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, InterfaceTag, TapInterfaceBaseAttributes, TapInterfaceConfigAttributes

    public interface Tap
    extends org.opendaylight.yangtools.yang.binding.ChildOf<VppInterfaceAugmentation>, org.opendaylight.yangtools.yang.binding.Augmentable<Tap>, TapInterfaceBaseAttributes, TapInterfaceConfigAttributes

    This class represents the following YANG schema fragment defined in module v3po

     container tap {
       when "../if:type = 'v3po:tap'";
       uses tap-interface-base-attributes;
       uses tap-interface-config-attributes;
     }
     
    The schema path to identify an instance is v3po/interfaces/interface/(urn:opendaylight:params:xml:ns:yang:v3po?revision=2017-06-07)tap

    To create instances of this class use TapBuilder.

    See Also:
    TapBuilder