Interface SpanStateAttributes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    Span

    @Generated("mdsal-binding-generator")
    public interface SpanStateAttributes
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Parameters of the SPAN feature

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

     grouping span-state-attributes {
       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
    • Field Detail

      • QNAME

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

      • implementedInterface

        java.lang.Class<? extends SpanStateAttributes> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getMirroredInterfaces

        MirroredInterfaces getMirroredInterfaces()
        Return mirroredInterfaces, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.v3po.rev170607.span.state.attributes.MirroredInterfaces mirroredInterfaces, or null if it is not present.