novaclient.v2.instance_usage_audit_log module¶
- 
class 
novaclient.v2.instance_usage_audit_log.InstanceUsageAuditLog(manager, info, loaded=False, resp=None)¶ Bases:
novaclient.base.ResourcePopulate and bind to a manager.
- Parameters
 manager – BaseManager object
info – dictionary representing resource attributes
loaded – prevent lazy-loading if set to True
resp – Response or list of Response objects
- 
class 
novaclient.v2.instance_usage_audit_log.InstanceUsageAuditLogManager(api)¶ Bases:
novaclient.base.Manager- 
get(before=None)¶ Get server usage audits.
- Parameters
 before – Filters the response by the date and time before which to list usage audits.
- 
resource_class¶ alias of
InstanceUsageAuditLog
-