netbox_ptov.views

Defines the ‘views’ used by the Django apps for serving pages of the netbox_ptov plugin

Classes

gns3srvView

A class to represent the generic view of a gns3srv object.

gns3srvListView

A class to represent the view of all gns3srv objects.

gns3srvEditView

A class to represent the edit view of a gns3srv object.

gns3srvDeleteView

A class to represent the delete view of a gns3srv object.

ptovjobView

A class to represent the generic view of all ptovjob objects.

ptovjobListView

A class to represent the list view of all ptovjob objects.

ptovjobEditView

A class to represent the edit view of a ptovjob object.

ptovjobDeleteView

A class to represent the delete view of a ptovjob object.

switchtojobView

A class to represent the generic view of all switchtojob objects.

switchtojobListView

A class to represent the list view of all switchtojob objects.

switchtojobEditView

A class to represent the edit view of switchtojob objects.

switchtojobDeleteView

A class to represent the delete view of a switchtojob object.

Functions

golab(request)

Pass the input fields from the golabForm instance to the dcnodatg.p_to_v function and return the results as an HttpResponse

Module Contents

netbox_ptov.views.golab(request)

Pass the input fields from the golabForm instance to the dcnodatg.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.gns3srvView

Bases: netbox.views.generic.ObjectView

Inheritance diagram of netbox_ptov.views.gns3srvView

A class to represent the generic view of a gns3srv object.

queryset
class netbox_ptov.views.gns3srvListView

Bases: netbox.views.generic.ObjectListView

Inheritance diagram of netbox_ptov.views.gns3srvListView

A class to represent the view of all gns3srv objects.

queryset
table
class netbox_ptov.views.gns3srvEditView

Bases: netbox.views.generic.ObjectEditView

Inheritance diagram of netbox_ptov.views.gns3srvEditView

A class to represent the edit view of a gns3srv object.

queryset
form
queryset
form
class netbox_ptov.views.gns3srvDeleteView

Bases: netbox.views.generic.ObjectDeleteView

Inheritance diagram of netbox_ptov.views.gns3srvDeleteView

A class to represent the delete view of a gns3srv object.

queryset
queryset
class netbox_ptov.views.ptovjobView

Bases: netbox.views.generic.ObjectView

Inheritance diagram of netbox_ptov.views.ptovjobView

A class to represent the generic view of all ptovjob objects.


queryset
queryset
class netbox_ptov.views.ptovjobListView

Bases: netbox.views.generic.ObjectListView

Inheritance diagram of netbox_ptov.views.ptovjobListView

A class to represent the list view of all ptovjob objects.


queryset
table
queryset
table
class netbox_ptov.views.ptovjobEditView

Bases: netbox.views.generic.ObjectEditView

Inheritance diagram of netbox_ptov.views.ptovjobEditView

A class to represent the edit view of a ptovjob object.


queryset
form
queryset
form
class netbox_ptov.views.ptovjobDeleteView

Bases: netbox.views.generic.ObjectDeleteView

Inheritance diagram of netbox_ptov.views.ptovjobDeleteView

A class to represent the delete view of a ptovjob object.


queryset
queryset
class netbox_ptov.views.switchtojobView

Bases: netbox.views.generic.ObjectView

Inheritance diagram of netbox_ptov.views.switchtojobView

A class to represent the generic view of all switchtojob objects.


queryset
queryset
class netbox_ptov.views.switchtojobListView

Bases: netbox.views.generic.ObjectListView

Inheritance diagram of netbox_ptov.views.switchtojobListView

A class to represent the list view of all switchtojob objects.


queryset
table
queryset
table
class netbox_ptov.views.switchtojobEditView

Bases: netbox.views.generic.ObjectEditView

Inheritance diagram of netbox_ptov.views.switchtojobEditView

A class to represent the edit view of switchtojob objects.


queryset
form
queryset
form
class netbox_ptov.views.switchtojobDeleteView

Bases: netbox.views.generic.ObjectDeleteView

Inheritance diagram of netbox_ptov.views.switchtojobDeleteView

A class to represent the delete view of a switchtojob object.


queryset
queryset