RPKI Engine
1.0
|
Public Member Functions | |
def | client_getopt |
def | client_query_bpki_cert |
def | client_query_bpki_cms_cert |
def | client_query_cms_glue |
def | client_query_glue |
def | usage |
Public Attributes | |
bpki_cert | |
bpki_cms_cert | |
bpki_cms_glue | |
bpki_glue | |
Static Public Attributes | |
tuple | excludes = () |
XML attributes and elements that should not be allowed as command line arguments. | |
is_cmd = True |
Protocol mix-in for command line client element PDUs.
Definition at line 70 of file irbe_cli.py.
def irbe_cli::cmd_elt_mixin::client_getopt | ( | self, | |
argv | |||
) |
Parse options for this class.
Definition at line 94 of file irbe_cli.py.
References rpki::publication::config_elt::attributes, rpki::publication::client_elt::attributes, rpki::left_right::self_elt::attributes, rpki::xml_utils::base_elt::attributes, rpki::publication::publication_object_elt::attributes, rpki::publication::report_error_elt::attributes, rpki::left_right::bsc_elt::attributes, rpki::left_right::repository_elt::attributes, rpki::left_right::parent_elt::attributes, rpki::left_right::child_elt::attributes, rpki::left_right::list_resources_elt::attributes, rpki::left_right::list_roa_requests_elt::attributes, rpki::left_right::list_ghostbuster_requests_elt::attributes, rpki::left_right::list_published_objects_elt::attributes, rpki::left_right::list_received_resources_elt::attributes, rpki::left_right::report_error_elt::attributes, rpki::left_right::self_elt::booleans, rpki::xml_utils::base_elt::booleans, rpki::left_right::bsc_elt::booleans, rpki::left_right::parent_elt::booleans, rpki::left_right::child_elt::booleans, rpki::publication::config_elt::elements, rpki::publication::client_elt::elements, rpki::left_right::self_elt::elements, rpki::xml_utils::base_elt::elements, rpki::left_right::bsc_elt::elements, rpki::left_right::repository_elt::elements, rpki::left_right::parent_elt::elements, rpki::left_right::child_elt::elements, and excludes.
def irbe_cli::cmd_elt_mixin::client_query_bpki_cert | ( | self, | |
arg | |||
) |
Special handler for --bpki_cert option.
Definition at line 111 of file irbe_cli.py.
def irbe_cli::cmd_elt_mixin::client_query_bpki_cms_cert | ( | self, | |
arg | |||
) |
Special handler for --bpki_cms_cert option.
Definition at line 123 of file irbe_cli.py.
def irbe_cli::cmd_elt_mixin::client_query_cms_glue | ( | self, | |
arg | |||
) |
Special handler for --bpki_cms_glue option.
Definition at line 129 of file irbe_cli.py.
def irbe_cli::cmd_elt_mixin::client_query_glue | ( | self, | |
arg | |||
) |
Special handler for --bpki_glue option.
Definition at line 117 of file irbe_cli.py.
def irbe_cli::cmd_elt_mixin::usage | ( | cls | ) |
Generate usage message for this PDU.
Definition at line 83 of file irbe_cli.py.
Definition at line 113 of file irbe_cli.py.
Definition at line 125 of file irbe_cli.py.
Definition at line 131 of file irbe_cli.py.
Definition at line 119 of file irbe_cli.py.
irbe_cli::cmd_elt_mixin::excludes = () [static] |
XML attributes and elements that should not be allowed as command line arguments.
Reimplemented in irbe_cli::list_received_resources_elt, irbe_cli::list_published_objects_elt, and irbe_cli::bsc_elt.
Definition at line 80 of file irbe_cli.py.
Referenced by client_getopt().
irbe_cli::cmd_elt_mixin::is_cmd = True [static] |
Reimplemented from irbe_cli::reply_elt_mixin.
Definition at line 75 of file irbe_cli.py.