Interface ServiceProviderFeatureAttributes

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

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

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

     grouping service-provider-feature-attributes {
       leaf service-provider-feature {
         type identityref {
           base service-provider-feature-type-base;
         }
       }
       leaf configuration {
         type string;
       }
     }
     
    The schema path to identify an instance is neutron-extensions/service-provider-feature-attributes
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        Class<? extends ServiceProviderFeatureTypeBase> getServiceProviderFeature()
        supported features by openstack service provider
        Returns:
        java.lang.Class serviceProviderFeature, or null if not present
      • getConfiguration

        String getConfiguration()
        The configuration of this feature
        Returns:
        java.lang.String configuration, or null if not present