Interface SwitchFeatures

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<SwitchFeatures>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<FlowNode>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface SwitchFeatures
    extends org.opendaylight.yangtools.yang.binding.ChildOf<FlowNode>, org.opendaylight.yangtools.yang.binding.Augmentable<SwitchFeatures>

    This class represents the following YANG schema fragment defined in module flow-node-inventory

     container switch-features {
       leaf max_buffers {
         type uint32;
       }
       leaf max_tables {
         type uint8;
       }
       leaf-list capabilities {
         type identityref {
           base feature-capability;
         }
       }
     }
     
    The schema path to identify an instance is flow-node-inventory/flow-node/switch-features

    To create instances of this class use SwitchFeaturesBuilder.

    See Also:
    SwitchFeaturesBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable org.opendaylight.yangtools.yang.common.Uint32 getMaxBuffers()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 maxBuffers, or null if not present
      • getMaxTables

        @Nullable org.opendaylight.yangtools.yang.common.Uint8 getMaxTables()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint8 maxTables, or null if not present
      • getCapabilities

        @Nullable List<Class<? extends FeatureCapability>> getCapabilities()
        Returns:
        java.util.List capabilities, or null if not present