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 |
tuple src.wi.forms.user.ChangeQuotaForm.memory = forms.IntegerField(label=_("Memory Total [MB]")) |
|
static |
tuple src.wi.forms.user.ChangeQuotaForm.points = forms.IntegerField(min_value=0, label=_("Points")) |
|
static |
tuple src.wi.forms.user.ChangeQuotaForm.public_ip = forms.IntegerField(min_value=0, label=_("Public IPs Total")) |
|
static |
tuple src.wi.forms.user.ChangeQuotaForm.storage = forms.IntegerField(label=_("Storage Total [MB]")) |
|
static |
The documentation for this class was generated from the following file: