The Device class inherits from Resource.
openstack.accelerator.v2.device.Device(_synchronized=False, connection=None, **attrs)¶The base resource
_synchronized (bool) – This is not intended to be used directly. See
new() and
existing().
connection (openstack.connection.Connection) – Reference to the Connection being used. Defaults to None to allow
Resource objects to be used without an active Connection, such as
in unit tests. Use of self._connection in Resource code should
protect itself with a check for None.
created_at¶The timestamp when this device was created.
hostname¶The hostname of the device.
id¶The ID of the device.
model¶The model of the device.
std_board_info¶The std board information of the device.
type¶The type of the device.
updated_at¶The timestamp when this device was updated.
uuid¶The UUID of the device.
vendor¶The vendor ID of the device.
vendor_board_info¶The vendor board information of the device.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.