Interface Mirrors

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Mirrors>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Peer>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Timestamp

    public interface Mirrors
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Peer>, org.opendaylight.yangtools.yang.binding.Augmentable<Mirrors>, Timestamp

    This class represents the following YANG schema fragment defined in module bmp-monitor

     container mirrors {
       leaf information {
         type bmp-msg:mirror-information-code;
       }
       uses bmp-msg:timestamp;
     }
     
    The schema path to identify an instance is bmp-monitor/peers/peer/mirrors

    To create instances of this class use MirrorsBuilder.

    See Also:
    MirrorsBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Mirrors> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface Timestamp
      • getInformation

        @Nullable MirrorInformationCode getInformation()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.MirrorInformationCode information, or null if not present