Bases: openstack_dashboard.dashboards.project.networks.subnets.workflows.CreateSubnetInfoAction
-
base_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0xa6a3f50>), ('address_source', <django.forms.fields.ChoiceField object at 0x94cf790>), ('subnetpool', <django.forms.fields.ChoiceField object at 0x94cff10>), ('prefixlen', <django.forms.fields.ChoiceField object at 0x94cfb90>), ('cidr', <horizon.forms.fields.IPField object at 0x8c86090>), ('ip_version', <django.forms.fields.ChoiceField object at 0x8c86890>), ('gateway_ip', <horizon.forms.fields.IPField object at 0xa6a3f90>), ('no_gateway', <django.forms.fields.BooleanField object at 0xa6a3710>), ('with_subnet', <django.forms.fields.BooleanField object at 0x9af1490>)])
-
clean()[source]
-
declared_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0xa6a3f50>), ('address_source', <django.forms.fields.ChoiceField object at 0x94cf790>), ('subnetpool', <django.forms.fields.ChoiceField object at 0x94cff10>), ('prefixlen', <django.forms.fields.ChoiceField object at 0x94cfb90>), ('cidr', <horizon.forms.fields.IPField object at 0x8c86090>), ('ip_version', <django.forms.fields.ChoiceField object at 0x8c86890>), ('gateway_ip', <horizon.forms.fields.IPField object at 0xa6a3f90>), ('no_gateway', <django.forms.fields.BooleanField object at 0xa6a3710>), ('with_subnet', <django.forms.fields.BooleanField object at 0x9af1490>)])
-
help_text = <django.utils.functional.__proxy__ object at 0x81482d0>
-
help_text_template = None
-
media
-
name = <django.utils.functional.__proxy__ object at 0x8c86e90>
-
permissions = ()
-
progress_message = <django.utils.functional.__proxy__ object at 0x7269b50>
-
slug = u'updatesubnetinfoaction'