netconf-1----Page:10
1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18 

Yang Model about Locks
list locks {
config false;
key lockId;
leaf lockId { type uint32; }
leaf sessionId {
description "The Id of the session owning the lock.";
type uint32;
}
leaf datastore {
type enumeration {
enum running;
enum candidate;
enum startup;
}
}
leaf isGlobalLock { type boolean; }
leaf-list originalLockScopeAsXpath {
description "The XPATH expression used to request the lock, omitted for global locks.“;
type string;
}
}
PPT Version