The openstack_dashboard.dashboards.project.networks.ports.forms ModuleΒΆ

class openstack_dashboard.dashboards.project.networks.ports.forms.UpdatePort(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

base_fields = OrderedDict([('network_id', <django.forms.fields.CharField object at 0x7f19b8c0bc10>), ('port_id', <django.forms.fields.CharField object at 0x7f19b8c0b8d0>), ('name', <django.forms.fields.CharField object at 0x7f19b8c0ba50>), ('admin_state', <horizon.forms.fields.ThemableChoiceField object at 0x7f19b8c0b390>)])
declared_fields = OrderedDict([('network_id', <django.forms.fields.CharField object at 0x7f19b8c0bc10>), ('port_id', <django.forms.fields.CharField object at 0x7f19b8c0b8d0>), ('name', <django.forms.fields.CharField object at 0x7f19b8c0ba50>), ('admin_state', <horizon.forms.fields.ThemableChoiceField object at 0x7f19b8c0b390>)])
failure_url = 'horizon:project:networks:detail'
handle(request, data)[source]
media

Previous topic

The openstack_dashboard.dashboards.project.networks.ports.urls Module

Next topic

The openstack_dashboard.dashboards.project.networks.ports Module

Project Source

This Page