Interface ArpTerminationTable

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

    public interface ArpTerminationTable
    extends org.opendaylight.yangtools.yang.binding.ChildOf<BridgeDomainAttributes>, org.opendaylight.yangtools.yang.binding.Augmentable<ArpTerminationTable>

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

     container arp-termination-table {
       when "../v3po:arp-termination = 'true'";
       list arp-termination-table-entry {
         key "ip-address phys-address";
         leaf ip-address {
           type inet:ip-address;
         }
         leaf phys-address {
           type yang:phys-address;
         }
       }
     }
     
    The schema path to identify an instance is v3po/bridge-domain-attributes/arp-termination-table

    To create instances of this class use ArpTerminationTableBuilder.

    See Also:
    ArpTerminationTableBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<ArpTerminationTable> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getArpTerminationTableEntry

        @Nullable java.util.List<ArpTerminationTableEntry> getArpTerminationTableEntry()
        Returns:
        java.util.List arpTerminationTableEntry, or null if not present
      • nonnullArpTerminationTableEntry

        default @NonNull java.util.List<ArpTerminationTableEntry> nonnullArpTerminationTableEntry()
        Returns:
        java.util.List arpTerminationTableEntry, or an empty list if it is not present