Bases: openstack_dashboard.dashboards.project.networks.subnets.workflows.CreateSubnetInfoAction
-
base_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x7fba5b60a850>), ('address_source', <django.forms.fields.ChoiceField object at 0x7fba601cbb90>), ('subnetpool', <django.forms.fields.ChoiceField object at 0x7fba601cb050>), ('prefixlen', <django.forms.fields.ChoiceField object at 0x7fba601cbc10>), ('cidr', <horizon.forms.fields.IPField object at 0x7fba5bf62110>), ('ip_version', <django.forms.fields.ChoiceField object at 0x7fba5b611c90>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x7fba601be2d0>), ('no_gateway', <django.forms.fields.BooleanField object at 0x7fba5b9e21d0>), ('with_subnet', <django.forms.fields.BooleanField object at 0x7fba5cc69d10>)])
-
clean()[source]
-
declared_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x7fba5b60a850>), ('address_source', <django.forms.fields.ChoiceField object at 0x7fba601cbb90>), ('subnetpool', <django.forms.fields.ChoiceField object at 0x7fba601cb050>), ('prefixlen', <django.forms.fields.ChoiceField object at 0x7fba601cbc10>), ('cidr', <horizon.forms.fields.IPField object at 0x7fba5bf62110>), ('ip_version', <django.forms.fields.ChoiceField object at 0x7fba5b611c90>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x7fba601be2d0>), ('no_gateway', <django.forms.fields.BooleanField object at 0x7fba5b9e21d0>), ('with_subnet', <django.forms.fields.BooleanField object at 0x7fba5cc69d10>)])
-
help_text = <django.utils.functional.__proxy__ object at 0x7fba5bf628d0>
-
help_text_template = None
-
media
-
name = <django.utils.functional.__proxy__ object at 0x7fba5bf629d0>
-
permissions = ()
-
progress_message = <django.utils.functional.__proxy__ object at 0x7fba5bf62e90>
-
slug = u'updatesubnetinfoaction'