Interface InterfaceTypeEntry

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<InterfaceTypeEntry>, 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<InterfaceTypeEntryKey>

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

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

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

    To create instances of this class use InterfaceTypeEntryBuilder.

    See Also:
    InterfaceTypeEntryBuilder, InterfaceTypeEntryKey
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable Class<? extends InterfaceTypeBase> getInterfaceType()
        Interface types supported by OVSDB node
        Returns:
        java.lang.Class interfaceType, or null if not present