novaclient.v2.versions module¶
version interface
- class novaclient.v2.versions.Version(manager, info, loaded=False, resp=None)¶
Bases:
Resource
Compute REST API information
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