Bases: openstack_dashboard.dashboards.project.networks.subnets.workflows.CreateSubnetInfoAction
-
base_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x7d9ecd0>), ('address_source', <django.forms.fields.ChoiceField object at 0x8f12890>), ('subnetpool', <django.forms.fields.ChoiceField object at 0x8f12a90>), ('prefixlen', <django.forms.fields.ChoiceField object at 0x8f127d0>), ('cidr', <horizon.forms.fields.IPField object at 0x8f12c90>), ('ip_version', <django.forms.fields.ChoiceField object at 0x8f12550>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x902af10>), ('no_gateway', <django.forms.fields.BooleanField object at 0x902aa50>), ('with_subnet', <django.forms.fields.BooleanField object at 0x67356d0>)])
-
clean()[source]
-
declared_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x7d9ecd0>), ('address_source', <django.forms.fields.ChoiceField object at 0x8f12890>), ('subnetpool', <django.forms.fields.ChoiceField object at 0x8f12a90>), ('prefixlen', <django.forms.fields.ChoiceField object at 0x8f127d0>), ('cidr', <horizon.forms.fields.IPField object at 0x8f12c90>), ('ip_version', <django.forms.fields.ChoiceField object at 0x8f12550>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x902af10>), ('no_gateway', <django.forms.fields.BooleanField object at 0x902aa50>), ('with_subnet', <django.forms.fields.BooleanField object at 0x67356d0>)])
-
help_text = <django.utils.functional.__proxy__ object at 0x8f124d0>
-
help_text_template = None
-
media
-
name = <django.utils.functional.__proxy__ object at 0x8f12c50>
-
permissions = ()
-
progress_message = <django.utils.functional.__proxy__ object at 0x961d510>
-
slug = u'updatesubnetinfoaction'