Bases: openstack_dashboard.dashboards.project.networks.subnets.workflows.CreateSubnetInfoAction
-
base_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x905e190>), ('address_source', <django.forms.fields.ChoiceField object at 0x87d5c50>), ('subnetpool', <django.forms.fields.ChoiceField object at 0x87d5050>), ('prefixlen', <django.forms.fields.ChoiceField object at 0x87d5110>), ('cidr', <horizon.forms.fields.IPField object at 0x87d5510>), ('ip_version', <django.forms.fields.ChoiceField object at 0x87d5850>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x8ff6490>), ('no_gateway', <django.forms.fields.BooleanField object at 0x8ff6d10>), ('with_subnet', <django.forms.fields.BooleanField object at 0x9ad5610>)])
-
clean()[source]
-
declared_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x905e190>), ('address_source', <django.forms.fields.ChoiceField object at 0x87d5c50>), ('subnetpool', <django.forms.fields.ChoiceField object at 0x87d5050>), ('prefixlen', <django.forms.fields.ChoiceField object at 0x87d5110>), ('cidr', <horizon.forms.fields.IPField object at 0x87d5510>), ('ip_version', <django.forms.fields.ChoiceField object at 0x87d5850>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x8ff6490>), ('no_gateway', <django.forms.fields.BooleanField object at 0x8ff6d10>), ('with_subnet', <django.forms.fields.BooleanField object at 0x9ad5610>)])
-
help_text = <django.utils.functional.__proxy__ object at 0x87d5490>
-
help_text_template = None
-
media
-
name = <django.utils.functional.__proxy__ object at 0x87d5150>
-
permissions = ()
-
progress_message = <django.utils.functional.__proxy__ object at 0x93d9d90>
-
slug = u'updatesubnetinfoaction'