Interface TapServiceStatus

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<TapServiceStatus>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<TapServicesStatus>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<TapServiceStatusKey>

    public interface TapServiceStatus
    extends org.opendaylight.yangtools.yang.binding.ChildOf<TapServicesStatus>, org.opendaylight.yangtools.yang.binding.Augmentable<TapServiceStatus>, org.opendaylight.yangtools.yang.binding.Identifiable<TapServiceStatusKey>

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

     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/tap-services-status/tap-service-status

    To create instances of this class use TapServiceStatusBuilder.

    See Also:
    TapServiceStatusBuilder, TapServiceStatusKey
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid getTapService()
        UUID of the Tap Service Instance
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid tapService, or null if not present
      • getStatus

        String getStatus()
        Operational parameter to track status
        Returns:
        java.lang.String status, or null if not present