Interface SfcFlowClassifiersAttributes

  • 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 SfcFlowClassifiersAttributes
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module neutron-sfc-flow-classifier

     grouping sfc-flow-classifiers-attributes {
       container sfc-flow-classifiers {
         list sfc-flow-classifier {
           key uuid;
           uses attrs:base-attributes;
           uses flow-classifier-match-attributes;
         }
       }
     }
     
    The schema path to identify an instance is neutron-sfc-flow-classifier/sfc-flow-classifiers-attributes
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        SfcFlowClassifiers getSfcFlowClassifiers()
        Contains list of Service Function Chaining flow classifiers
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.sfc.flow.classifier.rev160511.sfc.flow.classifiers.attributes.SfcFlowClassifiers sfcFlowClassifiers, or null if not present