Interface TapServicesAttributes

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

    public interface TapServicesAttributes
    extends org.opendaylight.yangtools.yang.binding.DataObject

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

     grouping tap-services-attributes {
       container tap-services {
         list tap-service {
           key uuid;
           uses attrs:base-attributes;
           uses tap-service-attributes;
         }
       }
       container tap-services-status {
         config false;
         list tap-service-status {
           key tap-service;
           leaf tap-service {
             type yang:uuid;
           }
           leaf status {
             type string;
           }
         }
       }
     }
     
    The schema path to identify an instance is neutron-tapaas/tap-services-attributes
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        TapServices getTapServices()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.tapaas.rev171024.tap.services.attributes.TapServices tapServices, or null if not present
      • getTapServicesStatus

        TapServicesStatus getTapServicesStatus()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.tapaas.rev171024.tap.services.attributes.TapServicesStatus tapServicesStatus, or null if not present