Interface HwvtepMacTableGenericAttributes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    LocalMcastMacs, LocalUcastMacs, RemoteMcastMacs, RemoteUcastMacs

    public interface HwvtepMacTableGenericAttributes
    extends org.opendaylight.yangtools.yang.binding.DataObject

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

     grouping hwvtep-mac-table-generic-attributes {
       leaf mac-entry-key {
         type yang:mac-address;
       }
       leaf mac-entry-uuid {
         type yang:uuid;
       }
       leaf logical-switch-ref {
         type hwvtep-logical-switch-ref;
       }
     }
     
    The schema path to identify an instance is hwvtep/hwvtep-mac-table-generic-attributes
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress getMacEntryKey()
        MAC address entry
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress macEntryKey, or null if not present
      • getMacEntryUuid

        @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid getMacEntryUuid()
        The unique identifier of the mac-entry
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid macEntryUuid, or null if not present
      • getLogicalSwitchRef

        @Nullable HwvtepLogicalSwitchRef getLogicalSwitchRef()
        The logical switch to which this mapping applies
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.HwvtepLogicalSwitchRef logicalSwitchRef, or null if not present