Interface TapServices

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<TapServices>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<TapServicesAttributes>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface TapServices
    extends org.opendaylight.yangtools.yang.binding.ChildOf<TapServicesAttributes>, org.opendaylight.yangtools.yang.binding.Augmentable<TapServices>

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

     container tap-services {
       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

    To create instances of this class use TapServicesBuilder.

    See Also:
    TapServicesBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable Map<TapServiceKey,​TapService> getTapService()
        Tap Services Container which includes Tap Flow
        Returns:
        java.util.Map tapService, or null if not present
      • nonnullTapService

        default @NonNull Map<TapServiceKey,​TapService> nonnullTapService()
        Returns:
        java.util.Map tapService, or an empty list if it is not present