netbox_ptov.views
Defines the ‘views’ used by the Django apps for serving pages of the netbox_ptov plugin
Classes
A class to represent the generic view of a GNS3Server object. |
|
A class to represent the view of all GNS3Server objects. |
|
A class to represent the edit view of a GNS3Server object. |
|
A class to represent the delete view of a GNS3Server object. |
|
A class to represent the generic view of all ptovjob objects. |
|
A class to represent the list view of all ptovjob objects. |
|
A class to represent the edit view of a ptovjob object. |
|
A class to represent the delete view of a ptovjob object. |
|
A class to represent the generic view of all switchtojob objects. |
|
A class to represent the list view of all switchtojob objects. |
|
A class to represent the edit view of switchtojob objects. |
|
A class to represent the delete view of a switchtojob object. |
Functions
|
Pass the input fields from the golabForm instance to the ptovnetlab.p_to_v function and return the results as an HttpResponse |
Module Contents
- netbox_ptov.views.golab(request)[source]
Pass the input fields from the golabForm instance to the ptovnetlab.p_to_v function and return the results as an HttpResponse
- Parameters:
request (netbox_ptov.forms.golabForm)
- Return type:
django.http.HttpResponse
- class netbox_ptov.views.GNS3ServerView[source]
Bases:
netbox.views.generic.ObjectView
A class to represent the generic view of a GNS3Server object.
- class netbox_ptov.views.GNS3ServerListView[source]
Bases:
netbox.views.generic.ObjectListView
A class to represent the view of all GNS3Server objects.
- class netbox_ptov.views.GNS3ServerEditView[source]
Bases:
netbox.views.generic.ObjectEditView
A class to represent the edit view of a GNS3Server object.
- class netbox_ptov.views.GNS3ServerDeleteView[source]
Bases:
netbox.views.generic.ObjectDeleteView
A class to represent the delete view of a GNS3Server object.
- class netbox_ptov.views.ptovjobView[source]
Bases:
netbox.views.generic.ObjectView
A class to represent the generic view of all ptovjob objects.
- class netbox_ptov.views.ptovjobListView[source]
Bases:
netbox.views.generic.ObjectListView
A class to represent the list view of all ptovjob objects.
- class netbox_ptov.views.ptovjobEditView[source]
Bases:
netbox.views.generic.ObjectEditView
A class to represent the edit view of a ptovjob object.
- class netbox_ptov.views.ptovjobDeleteView[source]
Bases:
netbox.views.generic.ObjectDeleteView
A class to represent the delete view of a ptovjob object.
- class netbox_ptov.views.switchtojobView[source]
Bases:
netbox.views.generic.ObjectView
A class to represent the generic view of all switchtojob objects.
- class netbox_ptov.views.switchtojobListView[source]
Bases:
netbox.views.generic.ObjectListView
A class to represent the list view of all switchtojob objects.