Interface HwvtepArpSourcesAttributes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, HwvtepPhysicalLocatorAttributes
    All Known Subinterfaces:
    LocalArpSources, RemoteArpSources

    public interface HwvtepArpSourcesAttributes
    extends org.opendaylight.yangtools.yang.binding.DataObject, HwvtepPhysicalLocatorAttributes
    AP Sources table attributes

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

     grouping hwvtep-arp-sources-attributes {
       leaf arp-sources-uuid {
         type yang:uuid;
       }
       leaf src-mac {
         type yang:mac-address;
       }
       uses hwvtep-physical-locator-attributes;
     }
     
    The schema path to identify an instance is hwvtep/hwvtep-arp-sources-attributes
    • Field Detail

      • QNAME

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

      • getArpSourcesUuid

        @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid getArpSourcesUuid()
        The unique identifier of the arp-source
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid arpSourcesUuid, or null if not present
      • getSrcMac

        @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress getSrcMac()
        Source mac to be used by given tep
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress srcMac, or null if not present