Interface AllowedAddressPairs

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<AllowedAddressPairs>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<InterfaceAcl>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<AllowedAddressPairsKey>

    public interface AllowedAddressPairs
    extends org.opendaylight.yangtools.yang.binding.ChildOf<InterfaceAcl>, org.opendaylight.yangtools.yang.binding.Augmentable<AllowedAddressPairs>, org.opendaylight.yangtools.yang.binding.Identifiable<AllowedAddressPairsKey>
    Allowed address pairs for this interface.

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

     list allowed-address-pairs {
       key "mac-address ip-address";
       leaf mac-address {
         type yang:mac-address;
       }
       leaf ip-address {
         type ip-prefix-or-address;
       }
     }
     
    The schema path to identify an instance is aclservice/interfaces/interface/(urn:opendaylight:netvirt:aclservice?revision=2016-06-08)allowed-address-pairs

    To create instances of this class use AllowedAddressPairsBuilder.

    See Also:
    AllowedAddressPairsBuilder, AllowedAddressPairsKey
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress getMacAddress()
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress macAddress, or null if not present
      • getIpAddress

        @Nullable IpPrefixOrAddress getIpAddress()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.aclservice.rev160608.IpPrefixOrAddress ipAddress, or null if not present