netbox_rpki.forms

Classes

CertificateForm

CertificateFilterForm

OrganizationForm

RoaForm

RoaPrefixForm

CertificatePrefixForm

CertificateAsnForm

Module Contents

class netbox_rpki.forms.CertificateForm

Bases: netbox.forms.NetBoxModelForm

Inheritance diagram of netbox_rpki.forms.CertificateForm
tenant
comments
class Meta
model
fields = ['name', 'issuer', 'subject', 'serial', 'valid_from', 'valid_to', 'auto_renews', 'public_key',...
class netbox_rpki.forms.CertificateFilterForm

Bases: netbox.forms.NetBoxModelFilterSetForm

Inheritance diagram of netbox_rpki.forms.CertificateFilterForm
q
tenant
tag
model
class netbox_rpki.forms.OrganizationForm

Bases: netbox.forms.NetBoxModelForm

Inheritance diagram of netbox_rpki.forms.OrganizationForm
tenant
comments
class Meta
model
fields = ['org_id', 'name', 'parent_rir', 'ext_url', 'tenant', 'comments', 'tags']
class netbox_rpki.forms.RoaForm

Bases: netbox.forms.NetBoxModelForm

Inheritance diagram of netbox_rpki.forms.RoaForm
tenant
comments
class Meta
model
fields: list[str] = ['name', 'origin_as', 'valid_from', 'valid_to', 'auto_renews', 'signed_by', 'tenant', 'comments', 'tags']
class netbox_rpki.forms.RoaPrefixForm

Bases: netbox.forms.NetBoxModelForm

Inheritance diagram of netbox_rpki.forms.RoaPrefixForm
tenant
comments
class Meta
model
fields = ['prefix', 'max_length', 'roa_name', 'tenant', 'comments', 'tags']
class netbox_rpki.forms.CertificatePrefixForm

Bases: netbox.forms.NetBoxModelForm

Inheritance diagram of netbox_rpki.forms.CertificatePrefixForm
tenant
comments
class Meta
model
fields = ['prefix', 'certificate_name', 'tenant', 'comments', 'tags']
class netbox_rpki.forms.CertificateAsnForm

Bases: netbox.forms.NetBoxModelForm

Inheritance diagram of netbox_rpki.forms.CertificateAsnForm
tenant
comments
class Meta
model
fields = ['asn', 'certificate_name2', 'tenant', 'comments', 'tags']