Interface MirroredInterfaces

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

    public interface MirroredInterfaces
    extends org.opendaylight.yangtools.yang.binding.ChildOf<SpanStateAttributes>, org.opendaylight.yangtools.yang.binding.Augmentable<MirroredInterfaces>

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

     container mirrored-interfaces {
       list mirrored-interface {
         key iface-ref;
         leaf iface-ref {
           type if:interface-state-ref;
         }
         leaf state {
           type span-state;
         }
       }
     }
     
    The schema path to identify an instance is v3po/span-state-attributes/mirrored-interfaces

    To create instances of this class use MirroredInterfacesBuilder.

    See Also:
    MirroredInterfacesBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        default @NonNull java.util.Map<MirroredInterfaceKey,​MirroredInterface> nonnullMirroredInterface()
        Returns:
        java.util.Map mirroredInterface, or an empty list if it is not present