Virtual_interfaces¶
DEPRECATED Virtual Interfaces
-
class
novaclient.v2.virtual_interfaces.
VirtualInterface
(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.virtual_interfaces.
VirtualInterfaceManager
(api) Bases:
novaclient.base.ManagerWithFind
DEPRECATED
-
list
(obj, *args, **kwargs) DEPRECATED
-
resource_class
alias of
VirtualInterface
-