cc1  v2.1
CC1 source code docs
 All Classes Namespaces Files Functions Variables Pages
src.cm.models.system_image_group.SystemImageGroup Class Reference

IMAGE_GROUP Model If a system image have access=group, it has to define the group(s) to which it belongs The group_id is the same as the users group. More...

Classes

class  Meta

Public Member Functions

def __unicode__

Static Public Attributes

tuple group_id = models.IntegerField()
tuple image = models.ForeignKey(SystemImage)

Detailed Description

IMAGE_GROUP Model If a system image have access=group, it has to define the group(s) to which it belongs The group_id is the same as the users group.

Informations on users group are in the CLM.

Definition at line 34 of file system_image_group.py.

Member Function Documentation

def src.cm.models.system_image_group.SystemImageGroup.__unicode__ (   self)

Definition at line 43 of file system_image_group.py.

Member Data Documentation

tuple src.cm.models.system_image_group.SystemImageGroup.group_id = models.IntegerField()
static

Definition at line 35 of file system_image_group.py.

tuple src.cm.models.system_image_group.SystemImageGroup.image = models.ForeignKey(SystemImage)
static

Definition at line 36 of file system_image_group.py.


The documentation for this class was generated from the following file: