Interface RouterIdName

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<RouterIdName>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<OdlNatData>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface RouterIdName
    extends org.opendaylight.yangtools.yang.binding.ChildOf<OdlNatData>, org.opendaylight.yangtools.yang.binding.Augmentable<RouterIdName>

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

     container router-id-name {
       list routerIds {
         key router-id;
         leaf router-id {
           type uint32;
         }
         leaf router-name {
           type string;
         }
       }
     }
     
    The schema path to identify an instance is odl-nat/router-id-name

    To create instances of this class use RouterIdNameBuilder.

    See Also:
    RouterIdNameBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable java.util.List<RouterIds> getRouterIds()
        Returns:
        java.util.List routerIds, or null if not present
      • nonnullRouterIds

        default @NonNull java.util.List<RouterIds> nonnullRouterIds()
        Returns:
        java.util.List routerIds, or an empty list if it is not present