Interface Interfaces

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

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

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

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

    To create instances of this class use InterfacesBuilder.

    See Also:
    InterfacesBuilder, InterfacesKey
    • Field Detail

      • QNAME

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

      • implementedInterface

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

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