Bases: openstack_dashboard.dashboards.project.networks.subnets.workflows.CreateSubnetInfoAction
-
base_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x8a07810>), ('address_source', <django.forms.fields.ChoiceField object at 0x8a01950>), ('subnetpool', <django.forms.fields.ChoiceField object at 0x8a01dd0>), ('prefixlen', <django.forms.fields.ChoiceField object at 0x7182350>), ('cidr', <horizon.forms.fields.IPField object at 0x7182950>), ('ip_version', <django.forms.fields.ChoiceField object at 0x7182e10>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x6739350>), ('no_gateway', <django.forms.fields.BooleanField object at 0x6739f10>), ('with_subnet', <django.forms.fields.BooleanField object at 0x8a133d0>)])
-
clean()[source]
-
declared_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x8a07810>), ('address_source', <django.forms.fields.ChoiceField object at 0x8a01950>), ('subnetpool', <django.forms.fields.ChoiceField object at 0x8a01dd0>), ('prefixlen', <django.forms.fields.ChoiceField object at 0x7182350>), ('cidr', <horizon.forms.fields.IPField object at 0x7182950>), ('ip_version', <django.forms.fields.ChoiceField object at 0x7182e10>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x6739350>), ('no_gateway', <django.forms.fields.BooleanField object at 0x6739f10>), ('with_subnet', <django.forms.fields.BooleanField object at 0x8a133d0>)])
-
help_text = <django.utils.functional.__proxy__ object at 0x657c0d0>
-
help_text_template = None
-
media
-
name = <django.utils.functional.__proxy__ object at 0x5b1abd0>
-
permissions = ()
-
progress_message = <django.utils.functional.__proxy__ object at 0x657c110>
-
slug = u'updatesubnetinfoaction'