Interface TapService

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<TapService>, BaseAttributes, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<TapServices>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, IdAttributes, org.opendaylight.yangtools.yang.binding.Identifiable<TapServiceKey>, TapServiceAttributes

    public interface TapService
    extends org.opendaylight.yangtools.yang.binding.ChildOf<TapServices>, org.opendaylight.yangtools.yang.binding.Augmentable<TapService>, BaseAttributes, TapServiceAttributes, org.opendaylight.yangtools.yang.binding.Identifiable<TapServiceKey>
    Tap Services Container which includes Tap Flow

    This class represents the following YANG schema fragment defined in module neutron-tapaas

     list tap-service {
       key uuid;
       uses attrs:base-attributes;
       uses tap-service-attributes;
     }
     
    The schema path to identify an instance is neutron-tapaas/tap-services-attributes/tap-services/tap-service

    To create instances of this class use TapServiceBuilder.

    See Also:
    TapServiceBuilder, TapServiceKey