cc1  v2.1
CC1 source code docs
 All Classes Namespaces Files Functions Variables Pages
src.wi.forms.user.ChangeQuotaForm Class Reference

Class for quota's change form. More...

Static Public Attributes

tuple cpu = forms.IntegerField(label=_("Cpu Total"))
tuple memory = forms.IntegerField(label=_("Memory Total [MB]"))
tuple points = forms.IntegerField(min_value=0, label=_("Points"))
tuple public_ip = forms.IntegerField(min_value=0, label=_("Public IPs Total"))
tuple storage = forms.IntegerField(label=_("Storage Total [MB]"))

Detailed Description

Class for quota's change form.

Definition at line 387 of file user.py.

Member Data Documentation

tuple src.wi.forms.user.ChangeQuotaForm.cpu = forms.IntegerField(label=_("Cpu Total"))
static

Definition at line 388 of file user.py.

tuple src.wi.forms.user.ChangeQuotaForm.memory = forms.IntegerField(label=_("Memory Total [MB]"))
static

Definition at line 389 of file user.py.

tuple src.wi.forms.user.ChangeQuotaForm.points = forms.IntegerField(min_value=0, label=_("Points"))
static

Definition at line 392 of file user.py.

tuple src.wi.forms.user.ChangeQuotaForm.public_ip = forms.IntegerField(min_value=0, label=_("Public IPs Total"))
static

Definition at line 391 of file user.py.

tuple src.wi.forms.user.ChangeQuotaForm.storage = forms.IntegerField(label=_("Storage Total [MB]"))
static

Definition at line 390 of file user.py.


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