Public Member Functions | |
def | bsc |
def | make_reply_clone_hook |
def | self |
def | serve_fetch_all |
def | serve_fetch_one |
def | unimplemented_control |
Virtual class for top-level left-right protocol data elements.
Definition at line 34 of file left_right.py.
def rpki.left_right.data_elt.bsc | ( | self | ) |
def rpki.left_right.data_elt.make_reply_clone_hook | ( | self, | ||
r_pdu | ||||
) |
Set self_id when cloning.
Reimplemented from rpki.xml_utils.data_elt.
Definition at line 45 of file left_right.py.
def rpki.left_right.data_elt.self | ( | this | ) |
def rpki.left_right.data_elt.serve_fetch_all | ( | self | ) |
Find the objects on which a list method should operate.
Reimplemented in rpki.left_right.self_elt.
Definition at line 60 of file left_right.py.
def rpki.left_right.data_elt.serve_fetch_one | ( | self | ) |
Find the object on which a get, set, or destroy method should operate.
Reimplemented in rpki.left_right.self_elt.
Definition at line 49 of file left_right.py.
def rpki.left_right.data_elt.unimplemented_control | ( | self, | ||
controls | ||||
) |
Uniform handling for unimplemented control operations.
Reimplemented from rpki.xml_utils.data_elt.
Definition at line 64 of file left_right.py.