netbox_ptov.views

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

Classes

GNS3ServerView

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

GNS3ServerListView

A class to represent the view of all GNS3Server objects.

GNS3ServerEditView

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

GNS3ServerDeleteView

A class to represent the delete view of a GNS3Server 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 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

Inheritance diagram of netbox_ptov.views.GNS3ServerView

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

queryset[source]
class netbox_ptov.views.GNS3ServerListView[source]

Bases: netbox.views.generic.ObjectListView

Inheritance diagram of netbox_ptov.views.GNS3ServerListView

A class to represent the view of all GNS3Server objects.

queryset[source]
table[source]
class netbox_ptov.views.GNS3ServerEditView[source]

Bases: netbox.views.generic.ObjectEditView

Inheritance diagram of netbox_ptov.views.GNS3ServerEditView

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

queryset[source]
form[source]
class netbox_ptov.views.GNS3ServerDeleteView[source]

Bases: netbox.views.generic.ObjectDeleteView

Inheritance diagram of netbox_ptov.views.GNS3ServerDeleteView

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

queryset[source]
class netbox_ptov.views.ptovjobView[source]

Bases: netbox.views.generic.ObjectView

Inheritance diagram of netbox_ptov.views.ptovjobView

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

queryset[source]
class netbox_ptov.views.ptovjobListView[source]

Bases: netbox.views.generic.ObjectListView

Inheritance diagram of netbox_ptov.views.ptovjobListView

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

queryset[source]
table[source]
class netbox_ptov.views.ptovjobEditView[source]

Bases: netbox.views.generic.ObjectEditView

Inheritance diagram of netbox_ptov.views.ptovjobEditView

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

queryset[source]
form[source]
class netbox_ptov.views.ptovjobDeleteView[source]

Bases: netbox.views.generic.ObjectDeleteView

Inheritance diagram of netbox_ptov.views.ptovjobDeleteView

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

queryset[source]
class netbox_ptov.views.switchtojobView[source]

Bases: netbox.views.generic.ObjectView

Inheritance diagram of netbox_ptov.views.switchtojobView

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

queryset[source]
class netbox_ptov.views.switchtojobListView[source]

Bases: netbox.views.generic.ObjectListView

Inheritance diagram of netbox_ptov.views.switchtojobListView

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

queryset[source]
table[source]
class netbox_ptov.views.switchtojobEditView[source]

Bases: netbox.views.generic.ObjectEditView

Inheritance diagram of netbox_ptov.views.switchtojobEditView

A class to represent the edit view of switchtojob objects.

queryset[source]
form[source]
class netbox_ptov.views.switchtojobDeleteView[source]

Bases: netbox.views.generic.ObjectDeleteView

Inheritance diagram of netbox_ptov.views.switchtojobDeleteView

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

queryset[source]