Interface PeerPref

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<PeerPref>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<PcepSessionState>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Preferences

    public interface PeerPref
    extends org.opendaylight.yangtools.yang.binding.ChildOf<PcepSessionState>, org.opendaylight.yangtools.yang.binding.Augmentable<PeerPref>, Preferences
    The remote peer (PCC) preferences.

    This class represents the following YANG schema fragment defined in module pcep-session-stats

     container peer-pref {
       uses preferences;
     }
     
    The schema path to identify an instance is pcep-session-stats/pcep-session-state/peer-pref

    To create instances of this class use PeerPrefBuilder.

    See Also:
    PeerPrefBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<PeerPref> 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 Preferences