Interface RouterIdGenerated

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<RouterIdGenerated>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Esi>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, LocalDiscriminator

    public interface RouterIdGenerated
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Esi>, org.opendaylight.yangtools.yang.binding.Augmentable<RouterIdGenerated>, LocalDiscriminator
    Type 4 indicates a router-ID ESI Value that can be auto-generated or configured by the operator

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

     container router-id-generated {
       leaf router-id {
         type inet:ipv4-address-no-zone;
       }
       uses local-discriminator;
     }
     
    The schema path to identify an instance is odl-bgp-evpn/esi/esi/router-id-generated-case/router-id-generated

    To create instances of this class use RouterIdGeneratedBuilder.

    See Also:
    RouterIdGeneratedBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<RouterIdGenerated> 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 LocalDiscriminator
      • getRouterId

        @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone getRouterId()
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone routerId, or null if not present