Public Member Functions | |
def | call_pubd |
def | object_delete |
def | object_write |
def | parents |
def | publish |
def | uri_to_filename |
def | withdraw |
Static Public Attributes | |
tuple | attributes = ("action", "tag", "self_id", "repository_id", "bsc_id", "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 | sql_template |
use_pubd = True |
<repository/> element.
Definition at line 444 of file left_right.py.
def rpki.left_right.repository_elt.call_pubd | ( | self, | ||
pdus | ||||
) |
Send a message to publication daemon and return the response.
Definition at line 494 of file left_right.py.
def rpki.left_right.repository_elt.object_delete | ( | cls, | ||
base, | ||||
uri | ||||
) |
def rpki.left_right.repository_elt.object_write | ( | cls, | ||
base, | ||||
uri, | ||||
obj | ||||
) |
def rpki.left_right.repository_elt.parents | ( | self | ) |
Fetch all parent objects that link to this repository object.
Definition at line 462 of file left_right.py.
def rpki.left_right.repository_elt.publish | ( | self, | ||
obj, | ||||
uri | ||||
) |
def rpki.left_right.repository_elt.uri_to_filename | ( | base, | ||
uri | ||||
) |
def rpki.left_right.repository_elt.withdraw | ( | self, | ||
obj, | ||||
uri | ||||
) |
Placeholder for publication withdrawal operation. [TEMPORARY]
Definition at line 521 of file left_right.py.
tuple rpki.left_right.repository_elt.attributes = ("action", "tag", "self_id", "repository_id", "bsc_id", "peer_contact_uri") [static] |
XML attributes for this element.
Reimplemented from rpki.xml_utils.base_elt.
Definition at line 448 of file left_right.py.
rpki.left_right.repository_elt.bpki_cms_cert = None [static] |
Definition at line 455 of file left_right.py.
rpki.left_right.repository_elt.bpki_cms_glue = None [static] |
Definition at line 456 of file left_right.py.
rpki.left_right.repository_elt.bpki_https_cert = None [static] |
Definition at line 457 of file left_right.py.
rpki.left_right.repository_elt.bpki_https_glue = None [static] |
Definition at line 458 of file left_right.py.
string rpki.left_right.repository_elt.element_name = "repository" [static] |
Definition at line 447 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 449 of file left_right.py.
tuple rpki.left_right.repository_elt.sql_template [static] |
Initial value:
rpki.sql.template("repository", "repository_id", "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 451 of file left_right.py.
rpki.left_right.repository_elt.use_pubd = True [static] |
Definition at line 460 of file left_right.py.