Interface OspfV2LanIdentifier

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, OspfRouterIdentifier

    @Generated("mdsal-binding-generator")
    public interface OspfV2LanIdentifier
    extends org.opendaylight.yangtools.yang.binding.DataObject, OspfRouterIdentifier

    This class represents the following YANG schema fragment defined in module bgp-linkstate

     grouping ospf-v2-lan-identifier {
       uses ospf-router-identifier;
       leaf ipv4-address {
         type ipv4-interface-identifier;
       }
     }
     
    The schema path to identify an instance is bgp-linkstate/ospf-v2-lan-identifier
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        Ipv4InterfaceIdentifier getIpv4Address()
        Return ipv4Address, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.Ipv4InterfaceIdentifier ipv4Address, or null if it is not present.