cloudmesh_client.db.libcloud package

Submodules

cloudmesh_client.db.libcloud.model module

class cloudmesh_client.db.libcloud.model.FLAVOR_LIBCLOUD(**kwargs)[source]

Bases: cloudmesh_client.db.CloudmeshDatabase.CloudmeshMixin, sqlalchemy.ext.declarative.api.Base

bandwidth
category
cm_id
cpu
created_at
disk
flavor_id
kind
label
name
price
project
provider
ram
type
updated_at
user
uuid
class cloudmesh_client.db.libcloud.model.IMAGE_LIBCLOUD(**kwargs)[source]

Bases: cloudmesh_client.db.CloudmeshDatabase.CloudmeshMixin, sqlalchemy.ext.declarative.api.Base

architecture
category
cm_id
created
created_at
description
hypervisor
image_id
image_location
image_type
is_public
kernel_id
kind
label
name
owner_alias
owner_id
platform
project
provider
ramdisk_id
state
status
type
updated
updated_at
user
username
uuid
virtualization_type
class cloudmesh_client.db.libcloud.model.VM_LIBCLOUD(**kwargs)[source]

Bases: cloudmesh_client.db.CloudmeshDatabase.CloudmeshMixin, cloudmesh_client.db.CloudmeshDatabase.CloudmeshVMMixin, sqlalchemy.ext.declarative.api.Base

availability
category
cluster
cm_id
created_at
flavor
group
image
image_id
image_name
instance_id
instance_type
key
kind
label
name
private_dns
private_ips
project
provider
public_ips
root_device_name
root_device_type
state
status
type
updated_at
user
username
uuid

Module contents