Interface ServiceProviderFeaturesAttributes

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

    @Generated("mdsal-binding-generator")
    public interface ServiceProviderFeaturesAttributes
    extends org.opendaylight.yangtools.yang.binding.DataObject
    List of features that openstack service provider supports. networking-odl will retrieve this list and configures itself to use what features. This is for networking-odl to support multiple versions ODL and multiple openstack service providers

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

     grouping service-provider-features-attributes {
       container features {
         config false;
         list feature {
           key service-provider-feature;
           uses service-provider-feature-attributes;
         }
       }
     }
     
    The schema path to identify an instance is neutron-extensions/service-provider-features-attributes
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        Features getFeatures()
        Return features, or null if it is not present.
        Returns:
        Features features, or null if it is not present.