Inherits irbe_cli::reply_elt_mixin.
Inherited by irbe_cli.bsc_elt, irbe_cli.certificate_elt, irbe_cli.child_elt, irbe_cli.client_elt, irbe_cli.config_elt, irbe_cli.crl_elt, irbe_cli.list_published_objects_elt, irbe_cli.manifest_elt, irbe_cli.parent_elt, irbe_cli.repository_elt, irbe_cli.roa_elt, and irbe_cli.self_elt.
Public Member Functions | |
def | client_getopt |
def | client_query_bpki_cert |
def | client_query_bpki_cms_cert |
def | client_query_bpki_https_cert |
def | client_query_cms_glue |
def | client_query_glue |
def | client_query_https_glue |
def | usage |
Public Attributes | |
bpki_cert | |
bpki_cms_cert | |
bpki_cms_glue | |
bpki_glue | |
bpki_https_cert | |
bpki_https_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 105 of file irbe_cli.py.
def irbe_cli.cmd_elt_mixin.client_getopt | ( | self, | ||
argv | ||||
) |
Parse options for this class.
Definition at line 129 of file irbe_cli.py.
def irbe_cli.cmd_elt_mixin.client_query_bpki_cert | ( | self, | ||
arg | ||||
) |
Special handler for --bpki_cert option.
Definition at line 146 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 154 of file irbe_cli.py.
def irbe_cli.cmd_elt_mixin.client_query_bpki_https_cert | ( | self, | ||
arg | ||||
) |
Special handler for --bpki_https_cert option.
Definition at line 162 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 158 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 150 of file irbe_cli.py.
def irbe_cli.cmd_elt_mixin.client_query_https_glue | ( | self, | ||
arg | ||||
) |
Special handler for --bpki_https_glue option.
Definition at line 166 of file irbe_cli.py.
def irbe_cli.cmd_elt_mixin.usage | ( | cls | ) |
Generate usage message for this PDU.
Definition at line 118 of file irbe_cli.py.
Definition at line 148 of file irbe_cli.py.
Definition at line 156 of file irbe_cli.py.
Definition at line 160 of file irbe_cli.py.
Definition at line 152 of file irbe_cli.py.
Definition at line 164 of file irbe_cli.py.
Definition at line 168 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.bsc_elt, and irbe_cli.list_published_objects_elt.
Definition at line 115 of file irbe_cli.py.
irbe_cli.cmd_elt_mixin.is_cmd = True [static] |
Reimplemented from irbe_cli.reply_elt_mixin.
Definition at line 110 of file irbe_cli.py.