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

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

Bases: horizon.forms.base.SelfHandlingForm

AddInterface.handle(request, data)[source]
AddInterface.media
AddInterface.populate_subnet_id_choices(request)[source]
class openstack_dashboard.dashboards.project.routers.ports.forms.SetGatewayForm(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

SetGatewayForm.handle(request, data)[source]
SetGatewayForm.media
SetGatewayForm.populate_network_id_choices(request)[source]

Previous topic

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

Next topic

The openstack_dashboard.dashboards.router Module

This Page