Bases: openstack_dashboard.dashboards.project.networks.subnets.workflows.CreateSubnetInfoAction
-
base_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x946d450>), ('address_source', <django.forms.fields.ChoiceField object at 0x8ac47d0>), ('subnetpool', <django.forms.fields.ChoiceField object at 0x8ac4e90>), ('prefixlen', <django.forms.fields.ChoiceField object at 0x8ac4a10>), ('cidr', <horizon.forms.fields.IPField object at 0x87d5f90>), ('ip_version', <django.forms.fields.ChoiceField object at 0x87d5290>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x946d0d0>), ('no_gateway', <django.forms.fields.BooleanField object at 0x946dd10>), ('with_subnet', <django.forms.fields.BooleanField object at 0x85fea10>)])
-
clean()[source]
-
declared_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x946d450>), ('address_source', <django.forms.fields.ChoiceField object at 0x8ac47d0>), ('subnetpool', <django.forms.fields.ChoiceField object at 0x8ac4e90>), ('prefixlen', <django.forms.fields.ChoiceField object at 0x8ac4a10>), ('cidr', <horizon.forms.fields.IPField object at 0x87d5f90>), ('ip_version', <django.forms.fields.ChoiceField object at 0x87d5290>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x946d0d0>), ('no_gateway', <django.forms.fields.BooleanField object at 0x946dd10>), ('with_subnet', <django.forms.fields.BooleanField object at 0x85fea10>)])
-
help_text = <django.utils.functional.__proxy__ object at 0x87d5190>
-
help_text_template = None
-
media
-
name = <django.utils.functional.__proxy__ object at 0x87d5e90>
-
permissions = ()
-
progress_message = <django.utils.functional.__proxy__ object at 0x87d5f50>
-
slug = u'updatesubnetinfoaction'