Inherited by irbe_cli.parent_elt.
Public Member Functions | |
def | cas |
def | query_up_down |
def | repository |
def | serve_post_save_hook |
def | serve_rekey |
def | serve_revoke |
Static Public Attributes | |
tuple | attributes |
XML attributes for this element. | |
tuple | booleans = ("rekey", "reissue", "revoke") |
Boolean attributes (value "yes" or "no") for this element. | |
bpki_cms_cert = None | |
bpki_cms_glue = None | |
bpki_https_cert = None | |
bpki_https_glue = None | |
string | element_name = "parent" |
tuple | elements = ("bpki_cms_cert", "bpki_cms_glue", "bpki_https_cert", "bpki_https_glue") |
XML elements contained by this element. | |
tuple | sql_template |
<parent/> element.
Definition at line 427 of file left_right.py.
def rpki.left_right.parent_elt.cas | ( | self | ) |
def rpki.left_right.parent_elt.query_up_down | ( | self, | ||
q_pdu, | ||||
cb, | ||||
eb | ||||
) |
Client code for sending one up-down query PDU to this parent.
Definition at line 488 of file left_right.py.
def rpki.left_right.parent_elt.repository | ( | self | ) |
Fetch repository object to which this parent object links.
Definition at line 448 of file left_right.py.
def rpki.left_right.parent_elt.serve_post_save_hook | ( | self, | ||
q_pdu, | ||||
r_pdu, | ||||
cb, | ||||
eb | ||||
) |
Extra server actions for parent_elt.
Reimplemented from rpki.xml_utils.data_elt.
Definition at line 456 of file left_right.py.
def rpki.left_right.parent_elt.serve_rekey | ( | self, | ||
cb, | ||||
eb | ||||
) |
def rpki.left_right.parent_elt.serve_revoke | ( | self, | ||
cb, | ||||
eb | ||||
) |
tuple rpki.left_right.parent_elt.attributes [static] |
Initial value:
("action", "tag", "self_id", "parent_id", "bsc_id", "repository_id", "peer_contact_uri", "sia_base", "sender_name", "recipient_name")
Reimplemented from rpki.xml_utils.base_elt.
Definition at line 433 of file left_right.py.
tuple rpki.left_right.parent_elt.booleans = ("rekey", "reissue", "revoke") [static] |
Boolean attributes (value "yes" or "no") for this element.
Reimplemented from rpki.xml_utils.base_elt.
Definition at line 436 of file left_right.py.
rpki.left_right.parent_elt.bpki_cms_cert = None [static] |
Definition at line 443 of file left_right.py.
rpki.left_right.parent_elt.bpki_cms_glue = None [static] |
Definition at line 444 of file left_right.py.
rpki.left_right.parent_elt.bpki_https_cert = None [static] |
Definition at line 445 of file left_right.py.
rpki.left_right.parent_elt.bpki_https_glue = None [static] |
Definition at line 446 of file left_right.py.
string rpki.left_right.parent_elt.element_name = "parent" [static] |
Definition at line 432 of file left_right.py.
tuple rpki.left_right.parent_elt.elements = ("bpki_cms_cert", "bpki_cms_glue", "bpki_https_cert", "bpki_https_glue") [static] |
XML elements contained by this element.
Reimplemented from rpki.xml_utils.base_elt.
Definition at line 435 of file left_right.py.
tuple rpki.left_right.parent_elt.sql_template [static] |
Initial value:
rpki.sql.template("parent", "parent_id", "self_id", "bsc_id", "repository_id", ("bpki_cms_cert", rpki.x509.X509), ("bpki_cms_glue", rpki.x509.X509), ("bpki_https_cert", rpki.x509.X509), ("bpki_https_glue", rpki.x509.X509), "peer_contact_uri", "sia_base", "sender_name", "recipient_name")
Definition at line 438 of file left_right.py.