Interface MirroredInterface

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

    public interface MirroredInterface
    extends org.opendaylight.yangtools.yang.binding.ChildOf<MirroredInterfaces>, org.opendaylight.yangtools.yang.binding.Augmentable<MirroredInterface>, org.opendaylight.yangtools.yang.binding.Identifiable<MirroredInterfaceKey>

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

     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/mirrored-interface

    To create instances of this class use MirroredInterfaceBuilder.

    See Also:
    MirroredInterfaceBuilder, MirroredInterfaceKey
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable java.lang.String getIfaceRef()
        Returns:
        java.lang.String ifaceRef, or null if not present
      • getState

        @Nullable SpanState getState()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.v3po.rev170607.SpanState state, or null if not present