The watcherclient.v1.audit_template_shell Module¶
-
class
watcherclient.v1.audit_template_shell.CreateAuditTemplate(app, app_args, cmd_name=None)[source]¶ Bases:
watcherclient.common.command.ShowOneCreate new audit template.
-
log= <logging.Logger object>¶
-
-
class
watcherclient.v1.audit_template_shell.DeleteAuditTemplate(app, app_args, cmd_name=None)[source]¶ Bases:
watcherclient.common.command.CommandDelete audit template command.
-
log= <logging.Logger object>¶
-
-
class
watcherclient.v1.audit_template_shell.ListAuditTemplate(app, app_args, cmd_name=None)[source]¶ Bases:
watcherclient.common.command.ListerList information on retrieved audit templates.
-
log= <logging.Logger object>¶
-
-
class
watcherclient.v1.audit_template_shell.ShowAuditTemplate(app, app_args, cmd_name=None)[source]¶ Bases:
watcherclient.common.command.ShowOneShow detailed information about a given audit template.
-
log= <logging.Logger object>¶
-