Interface IpAdjacencies

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<IpAdjacencies>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<VpnNexthop>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<IpAdjacenciesKey>

    public interface IpAdjacencies
    extends org.opendaylight.yangtools.yang.binding.ChildOf<VpnNexthop>, org.opendaylight.yangtools.yang.binding.Augmentable<IpAdjacencies>, org.opendaylight.yangtools.yang.binding.Identifiable<IpAdjacenciesKey>

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

     list ip-adjacencies {
       key ip-adjacency;
       leaf ip-adjacency {
         type string;
       }
     }
     
    The schema path to identify an instance is l3nexthop/l3nexthop/vpnNexthops/vpnNexthop/ip-adjacencies

    To create instances of this class use IpAdjacenciesBuilder.

    See Also:
    IpAdjacenciesBuilder, IpAdjacenciesKey
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable java.lang.String getIpAdjacency()
        Returns:
        java.lang.String ipAdjacency, or null if not present