Interface TapServiceAttributes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    TapService

    public interface TapServiceAttributes
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Grouping for Tap Service

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

     grouping tap-service-attributes {
       leaf port-id {
         type yang:uuid;
       }
       container tap-flows {
         list tap-flow {
           key uuid;
           uses attrs:base-attributes;
           uses tap-flow-attributes;
         }
       }
     }
     
    The schema path to identify an instance is neutron-tapaas/tap-service-attributes
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends TapServiceAttributes> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getPortId

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid getPortId()
        Destination port for traffic
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid portId, or null if not present
      • getTapFlows

        TapFlows getTapFlows()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.tapaas.rev171024.tap.service.attributes.TapFlows tapFlows, or null if not present