Interface DatapathTypeEntry

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<DatapathTypeEntry>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<OvsdbNodeAttributes>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<DatapathTypeEntryKey>

    public interface DatapathTypeEntry
    extends org.opendaylight.yangtools.yang.binding.ChildOf<OvsdbNodeAttributes>, org.opendaylight.yangtools.yang.binding.Augmentable<DatapathTypeEntry>, org.opendaylight.yangtools.yang.binding.Identifiable<DatapathTypeEntryKey>

    This class represents the following YANG schema fragment defined in module ovsdb

     list datapath-type-entry {
       key datapath-type;
       leaf datapath-type {
         type identityref {
           base datapath-type-base;
         }
       }
     }
     
    The schema path to identify an instance is ovsdb/ovsdb-node-attributes/datapath-type-entry

    To create instances of this class use DatapathTypeEntryBuilder.

    See Also:
    DatapathTypeEntryBuilder, DatapathTypeEntryKey
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable Class<? extends DatapathTypeBase> getDatapathType()
        Datapath types supported by OVSDB node
        Returns:
        java.lang.Class datapathType, or null if not present