Bases: openstack_dashboard.dashboards.project.networks.subnets.workflows.CreateSubnetInfoAction
-
base_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x9925fd0>), ('address_source', <django.forms.fields.ChoiceField object at 0xad50d50>), ('subnetpool', <django.forms.fields.ChoiceField object at 0xad50ed0>), ('prefixlen', <django.forms.fields.ChoiceField object at 0xad50c90>), ('cidr', <horizon.forms.fields.IPField object at 0xad50950>), ('ip_version', <django.forms.fields.ChoiceField object at 0xad50890>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x9996450>), ('no_gateway', <django.forms.fields.BooleanField object at 0x9996f50>), ('with_subnet', <django.forms.fields.BooleanField object at 0xa54dfd0>)])
-
clean()[source]
-
declared_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x9925fd0>), ('address_source', <django.forms.fields.ChoiceField object at 0xad50d50>), ('subnetpool', <django.forms.fields.ChoiceField object at 0xad50ed0>), ('prefixlen', <django.forms.fields.ChoiceField object at 0xad50c90>), ('cidr', <horizon.forms.fields.IPField object at 0xad50950>), ('ip_version', <django.forms.fields.ChoiceField object at 0xad50890>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x9996450>), ('no_gateway', <django.forms.fields.BooleanField object at 0x9996f50>), ('with_subnet', <django.forms.fields.BooleanField object at 0xa54dfd0>)])
-
help_text = <django.utils.functional.__proxy__ object at 0xad50850>
-
help_text_template = None
-
media
-
name = <django.utils.functional.__proxy__ object at 0xad50390>
-
permissions = ()
-
progress_message = <django.utils.functional.__proxy__ object at 0xad50150>
-
slug = u'updatesubnetinfoaction'