Instance_actionΒΆ
- 
class novaclient.v2.instance_action.InstanceAction(manager, info, loaded=False, resp=None)
- Bases: - novaclient.base.Resource- Populate 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_action.InstanceActionManager(api)
- Bases: - novaclient.base.ManagerWithFind- 
get(server, request_id)
- Get details of an action performed on an instance. - Parameters: - request_id – The request_id of the action to get. 
 - 
list(server)
- Get a list of actions performed on a server. 
 - 
resource_class
- alias of - InstanceAction
 
-