openstack.accelerator.v2.deployable¶
The Deployable Class¶
The Deployable
class inherits from Resource
.
- class openstack.accelerator.v2.deployable.Deployable(_synchronized=False, connection=None, **attrs)¶
The base resource
- Parameters
_synchronized (bool) – This is not intended to be used directly. See
new()
andexisting()
.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 deployable was created.
- device_id¶
The device_id of the deployable.
- id¶
The UUID of the deployable.
- name¶
The name of the deployable.
- num_accelerators¶
The num_accelerator of the deployable.
- parent_id¶
The parent_id of the deployable.
- root_id¶
The root_id of the deployable.
- updated_at¶
The timestamp when this deployable was updated.