The nova.db.sqlalchemy.api_models Module¶
-
class
BuildRequest(**kwargs)¶ Bases:
sqlalchemy.ext.declarative.api.BaseRepresents the information passed to the scheduler.
-
access_ip_v4¶
-
access_ip_v6¶
-
config_drive¶
-
created_at¶
-
display_name¶
-
id¶
-
image_ref¶
-
info_cache¶
-
instance_metadata¶
-
key_name¶
-
locked_by¶
-
progress¶
-
project_id¶
-
request_spec¶
-
request_spec_id¶
-
security_groups¶
-
task_state¶
-
updated_at¶
-
user_id¶
-
vm_state¶
-
-
class
CellMapping(**kwargs)¶ Bases:
sqlalchemy.ext.declarative.api.BaseContains information on communicating with a cell
-
created_at¶
-
database_connection¶
-
id¶
-
name¶
-
transport_url¶
-
updated_at¶
-
uuid¶
-
-
class
FlavorExtraSpecs(**kwargs)¶ Bases:
sqlalchemy.ext.declarative.api.BaseRepresents additional specs as key/value pairs for a flavor
-
created_at¶
-
flavor_id¶
-
id¶
-
key¶
-
updated_at¶
-
value¶
-
-
class
FlavorProjects(**kwargs)¶ Bases:
sqlalchemy.ext.declarative.api.BaseRepresents projects associated with flavors
-
created_at¶
-
flavor_id¶
-
id¶
-
project_id¶
-
updated_at¶
-
-
class
Flavors(**kwargs)¶ Bases:
sqlalchemy.ext.declarative.api.BaseRepresents possible flavors for instances
-
created_at¶
-
disabled¶
-
ephemeral_gb¶
-
flavorid¶
-
id¶
-
is_public¶
-
memory_mb¶
-
name¶
-
root_gb¶
-
rxtx_factor¶
-
swap¶
-
updated_at¶
-
vcpu_weight¶
-
vcpus¶
-
-
class
HostMapping(**kwargs)¶ Bases:
sqlalchemy.ext.declarative.api.BaseContains mapping of a compute host to which cell it is in
-
cell_id¶
-
created_at¶
-
host¶
-
id¶
-
updated_at¶
-