cc1  v2.1
CC1 source code docs
 All Classes Namespaces Files Functions Variables Pages
system_image.py File Reference

Go to the source code of this file.

Packages

namespace  src.cm.views.user.system_image

Functions

def src.cm.views.user.system_image.convert_to_storage_image
 Changes type of the given Image.
def src.cm.views.user.system_image.create
 Creates dummy SystemImage for future upload.
def src.cm.views.user.system_image.delete
 Deletes specified SystemImage.
def src.cm.views.user.system_image.download
 Downloads specified SystemImage file to CM storage and makes it available in CC1 system to start VM with.
def src.cm.views.user.system_image.download_ec2
 Downloads specified SystemImage to CM via EC2.
def src.cm.views.user.system_image.edit
 Updates attributes of the specified SystemImage.
def src.cm.views.user.system_image.get_by_id
def src.cm.views.user.system_image.get_disk_controllers
def src.cm.views.user.system_image.get_filesystems
def src.cm.views.user.system_image.get_list
 Returns SystemImages with specified access (and from specific Group if group_id is specified).
def src.cm.views.user.system_image.get_network_devices
def src.cm.views.user.system_image.get_video_devices
def src.cm.views.user.system_image.set_group
 Method sets specified Image access type as group (belonging to specified Group) (only for sys and cd images - from private or public to group)
def src.cm.views.user.system_image.set_private
 Marks SystemImage as private.