Revision 9665bb3a lib/constants.py
b/lib/constants.py | ||
---|---|---|
1630 | 1630 |
QR_LOCK = "lock" |
1631 | 1631 |
QR_GROUP = "group" |
1632 | 1632 |
QR_OS = "os" |
1633 |
QR_JOB = "job" |
|
1633 | 1634 |
|
1634 | 1635 |
#: List of resources which can be queried using L{opcodes.OpQuery} |
1635 | 1636 |
QR_VIA_OP = frozenset([QR_INSTANCE, QR_NODE, QR_GROUP, QR_OS]) |
... | ... | |
1637 | 1638 |
#: List of resources which can be queried using Local UniX Interface |
1638 | 1639 |
QR_VIA_LUXI = QR_VIA_OP.union([ |
1639 | 1640 |
QR_LOCK, |
1641 |
QR_JOB, |
|
1640 | 1642 |
]) |
1641 | 1643 |
|
1642 | 1644 |
#: List of resources which can be queried using RAPI |
Also available in: Unified diff