Inherited by irbe_cli.repository_elt.
Public Member Functions | |
def | call_pubd |
def | parents |
def | publish |
def | withdraw |
Static Public Attributes | |
tuple | attributes = ("action", "tag", "self_handle", "repository_handle", "bsc_handle", "peer_contact_uri") |
XML attributes for this element. | |
bpki_cms_cert = None | |
bpki_cms_glue = None | |
bpki_https_cert = None | |
bpki_https_glue = None | |
string | element_name = "repository" |
tuple | elements = ("bpki_cms_cert", "bpki_cms_glue", "bpki_https_cert", "bpki_https_glue") |
XML elements contained by this element. | |
tuple | handles = (("self", self_elt), ("bsc", bsc_elt)) |
tuple | sql_template |
<repository/> element.
Definition at line 529 of file left_right.py.
def rpki.left_right.repository_elt.call_pubd | ( | self, | ||
callback, | ||||
errback, | ||||
pdus | ||||
) |
Send a message to publication daemon and return the response.
Definition at line 553 of file left_right.py.
def rpki.left_right.repository_elt.parents | ( | self | ) |
Fetch all parent objects that link to this repository object.
Definition at line 549 of file left_right.py.
def rpki.left_right.repository_elt.publish | ( | self, | ||
obj, | ||||
uri, | ||||
callback, | ||||
errback | ||||
) |
def rpki.left_right.repository_elt.withdraw | ( | self, | ||
obj, | ||||
uri, | ||||
callback, | ||||
errback | ||||
) |
tuple rpki.left_right.repository_elt.attributes = ("action", "tag", "self_handle", "repository_handle", "bsc_handle", "peer_contact_uri") [static] |
XML attributes for this element.
Reimplemented from rpki.xml_utils.base_elt.
Definition at line 535 of file left_right.py.
rpki.left_right.repository_elt.bpki_cms_cert = None [static] |
Definition at line 544 of file left_right.py.
rpki.left_right.repository_elt.bpki_cms_glue = None [static] |
Definition at line 545 of file left_right.py.
rpki.left_right.repository_elt.bpki_https_cert = None [static] |
Definition at line 546 of file left_right.py.
rpki.left_right.repository_elt.bpki_https_glue = None [static] |
Definition at line 547 of file left_right.py.
string rpki.left_right.repository_elt.element_name = "repository" [static] |
Definition at line 534 of file left_right.py.
tuple rpki.left_right.repository_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 536 of file left_right.py.
tuple rpki.left_right.repository_elt.handles = (("self", self_elt), ("bsc", bsc_elt)) [static] |
tuple rpki.left_right.repository_elt.sql_template [static] |
Initial value:
rpki.sql.template("repository", "repository_id", "repository_handle", "self_id", "bsc_id", "peer_contact_uri", ("bpki_cms_cert", rpki.x509.X509), ("bpki_cms_glue", rpki.x509.X509), ("bpki_https_cert", rpki.x509.X509), ("bpki_https_glue", rpki.x509.X509))
Definition at line 538 of file left_right.py.