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.
- resource_key = 'deployable'¶
Singular form of key for resource.
- resources_key = 'deployables'¶
Plural form of key for resource.
- base_path = '/deployables'¶
The base part of the URI for this resource.
- allow_create = False¶
Allow create operation for this resource.
- allow_fetch = True¶
Allow get operation for this resource.
- allow_commit = False¶
Allow update operation for this resource.
- allow_delete = False¶
Allow delete operation for this resource.
- allow_list = True¶
Allow list operation for this resource.
- allow_patch = True¶
Allow patch operation for this resource.
- 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.