public interface LocalPref extends org.opendaylight.yangtools.yang.binding.ChildOf<PcepSessionState>, org.opendaylight.yangtools.yang.binding.Augmentable<LocalPref>, Preferences
This class represents the following YANG schema fragment defined in module pcep-session-stats
container local-pref {
leaf keepalive {
type keepalive;
}
leaf deadtimer {
type deadtimer;
}
leaf ip-address {
type ip-address;
}
leaf session-id {
type session-id;
}
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.
LocalPrefBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentationgetDeadtimer, getIpAddress, getKeepalive, getSessionIdCopyright © 2018 OpenDaylight. All rights reserved.