Bases: openstack_dashboard.dashboards.project.networks.subnets.workflows.CreateSubnetInfoAction
-
base_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0xa59d210>), ('address_source', <django.forms.fields.ChoiceField object at 0xa3bd250>), ('subnetpool', <django.forms.fields.ChoiceField object at 0xa7137d0>), ('prefixlen', <django.forms.fields.ChoiceField object at 0xa713410>), ('cidr', <horizon.forms.fields.IPField object at 0xa713f10>), ('ip_version', <django.forms.fields.ChoiceField object at 0xa713450>), ('gateway_ip', <horizon.forms.fields.IPField object at 0xa2e7610>), ('no_gateway', <django.forms.fields.BooleanField object at 0xa2e7f50>), ('with_subnet', <django.forms.fields.BooleanField object at 0xa813dd0>)])
-
clean()[source]
-
declared_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0xa59d210>), ('address_source', <django.forms.fields.ChoiceField object at 0xa3bd250>), ('subnetpool', <django.forms.fields.ChoiceField object at 0xa7137d0>), ('prefixlen', <django.forms.fields.ChoiceField object at 0xa713410>), ('cidr', <horizon.forms.fields.IPField object at 0xa713f10>), ('ip_version', <django.forms.fields.ChoiceField object at 0xa713450>), ('gateway_ip', <horizon.forms.fields.IPField object at 0xa2e7610>), ('no_gateway', <django.forms.fields.BooleanField object at 0xa2e7f50>), ('with_subnet', <django.forms.fields.BooleanField object at 0xa813dd0>)])
-
help_text = <django.utils.functional.__proxy__ object at 0xa713d10>
-
help_text_template = None
-
media
-
name = <django.utils.functional.__proxy__ object at 0xa713890>
-
permissions = ()
-
progress_message = <django.utils.functional.__proxy__ object at 0xa713350>
-
slug = u'updatesubnetinfoaction'