Bases: openstack_dashboard.dashboards.project.networks.subnets.workflows.CreateSubnetInfoAction
-
base_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x9f7da50>), ('address_source', <django.forms.fields.ChoiceField object at 0xb93fb10>), ('subnetpool', <django.forms.fields.ChoiceField object at 0xb93fc50>), ('prefixlen', <django.forms.fields.ChoiceField object at 0xb93fcd0>), ('cidr', <horizon.forms.fields.IPField object at 0xb93fdd0>), ('ip_version', <django.forms.fields.ChoiceField object at 0xb93fe90>), ('gateway_ip', <horizon.forms.fields.IPField object at 0xb8eb050>), ('no_gateway', <django.forms.fields.BooleanField object at 0xb8ebb90>), ('with_subnet', <django.forms.fields.BooleanField object at 0xb8d8890>)])
-
clean()[source]
-
declared_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x9f7da50>), ('address_source', <django.forms.fields.ChoiceField object at 0xb93fb10>), ('subnetpool', <django.forms.fields.ChoiceField object at 0xb93fc50>), ('prefixlen', <django.forms.fields.ChoiceField object at 0xb93fcd0>), ('cidr', <horizon.forms.fields.IPField object at 0xb93fdd0>), ('ip_version', <django.forms.fields.ChoiceField object at 0xb93fe90>), ('gateway_ip', <horizon.forms.fields.IPField object at 0xb8eb050>), ('no_gateway', <django.forms.fields.BooleanField object at 0xb8ebb90>), ('with_subnet', <django.forms.fields.BooleanField object at 0xb8d8890>)])
-
help_text = <django.utils.functional.__proxy__ object at 0xb93ff10>
-
help_text_template = None
-
media
-
name = <django.utils.functional.__proxy__ object at 0xb93fed0>
-
permissions = ()
-
progress_message = <django.utils.functional.__proxy__ object at 0xb943150>
-
slug = u'updatesubnetinfoaction'