Interface RouterInterfaces

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<RouterInterfaces>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<RouterInterfacesMap>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<RouterInterfacesKey>

    public interface RouterInterfaces
    extends org.opendaylight.yangtools.yang.binding.ChildOf<RouterInterfacesMap>, org.opendaylight.yangtools.yang.binding.Augmentable<RouterInterfaces>, org.opendaylight.yangtools.yang.binding.Identifiable<RouterInterfacesKey>

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

     list router-interfaces {
       key router-id;
       leaf router-id {
         type yang:uuid;
       }
       list interfaces {
         key interface-id;
         leaf interface-id {
           type string;
         }
       }
     }
     
    The schema path to identify an instance is neutronvpn/router-interfaces-map/router-interfaces

    To create instances of this class use RouterInterfacesBuilder.

    See Also:
    RouterInterfacesBuilder, RouterInterfacesKey
    • Field Detail

      • QNAME

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

      • implementedInterface

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

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

        @Nullable java.util.List<Interfaces> getInterfaces()
        Returns:
        java.util.List interfaces, or null if not present
      • nonnullInterfaces

        default @NonNull java.util.List<Interfaces> nonnullInterfaces()
        Returns:
        java.util.List interfaces, or an empty list if it is not present