Form for creating a virtual machine.
More...
Static Public Attributes |
tuple | image_id = forms.CharField(widget=forms.HiddenInput()) |
Detailed Description
Form for creating a virtual machine.
Definition at line 246 of file vm.py.
Constructor & Destructor Documentation
def src.wi.forms.vm.CreateVMForm1.__init__ |
( |
|
self, |
|
|
|
args, |
|
|
|
kwargs |
|
) |
| |
Member Function Documentation
def src.wi.forms.vm.CreateVMForm1.clean_image_id |
( |
|
self | ) |
|
Cast 'image_id' to int.
Definition at line 257 of file vm.py.
Member Data Documentation
tuple src.wi.forms.vm.CreateVMForm1.image_id = forms.CharField(widget=forms.HiddenInput()) |
|
static |
The documentation for this class was generated from the following file: