class contains data information of node More...
Public Member Functions | |
def | __init__ (self, data) |
def | __str__ (self) |
def | id (self) |
get node unique id | |
def | pid (self) |
get pid of node process | |
def | name (self) |
get node name | |
def | group (self) |
get node group | |
def | statistic (self) |
get statistics More... | |
def | status (self) |
get node status More... | |
def | status (self, node_status) |
set node status More... | |
def | flags (self) |
get node flags More... | |
def | flags (self, flags) |
set node flags More... | |
def | version (self) |
get version | |
def | config (self) |
get config | |
def | schema (self) |
get schema | |
Public Attributes | |
data | |
class contains data information of node
def xroad.system.NodeData.flags | ( | self | ) |
get node flags
def xroad.system.NodeData.flags | ( | self, | |
flags | |||
) |
def xroad.system.NodeData.statistic | ( | self | ) |
def xroad.system.NodeData.status | ( | self | ) |
def xroad.system.NodeData.status | ( | self, | |
node_status | |||
) |