openstack.bare_metal.v1.driver¶
The Driver Class¶
The Driver
class inherits from Resource
.
-
class
openstack.bare_metal.v1.driver.
Driver
(_synchronized=False, **attrs)¶ The base resource
Parameters: _synchronized (bool) – This is not intended to be used directly. See new()
andexisting()
.-
name
= None¶ The name of the driver
-
hosts
= None¶ A list of active hosts that support this driver.
-
links
= None¶ A list of relative links, including the self and bookmark links.
-
properties
= None¶ A list of links to driver properties.
-