Interface LocalPref

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<LocalPref>, 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 LocalPref
    extends org.opendaylight.yangtools.yang.binding.ChildOf<PcepSessionState>, org.opendaylight.yangtools.yang.binding.Augmentable<LocalPref>, Preferences
    The local (PCE) preferences.

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

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

    To create instances of this class use LocalPrefBuilder.

    See Also:
    LocalPrefBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<LocalPref> 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