Bases: openstack_dashboard.dashboards.project.networks.subnets.workflows.CreateSubnetInfoAction
-
base_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0xb363810>), ('address_source', <django.forms.fields.ChoiceField object at 0xb363a10>), ('subnetpool', <django.forms.fields.ChoiceField object at 0xb363bd0>), ('prefixlen', <django.forms.fields.ChoiceField object at 0xb363cd0>), ('cidr', <horizon.forms.fields.IPField object at 0xb363e50>), ('ip_version', <django.forms.fields.ChoiceField object at 0xb363fd0>), ('gateway_ip', <horizon.forms.fields.IPField object at 0xb393190>), ('no_gateway', <django.forms.fields.BooleanField object at 0xb393310>), ('with_subnet', <django.forms.fields.BooleanField object at 0xb268110>)])
-
check_subnet_range = False
-
declared_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0xb363810>), ('address_source', <django.forms.fields.ChoiceField object at 0xb363a10>), ('subnetpool', <django.forms.fields.ChoiceField object at 0xb363bd0>), ('prefixlen', <django.forms.fields.ChoiceField object at 0xb363cd0>), ('cidr', <horizon.forms.fields.IPField object at 0xb363e50>), ('ip_version', <django.forms.fields.ChoiceField object at 0xb363fd0>), ('gateway_ip', <horizon.forms.fields.IPField object at 0xb393190>), ('no_gateway', <django.forms.fields.BooleanField object at 0xb393310>), ('with_subnet', <django.forms.fields.BooleanField object at 0xb268110>)])
-
help_text = <django.utils.functional.__proxy__ object at 0xb60ced0>
-
help_text_template = None
-
media
-
name = <django.utils.functional.__proxy__ object at 0xb60cdd0>
-
permissions = ()
-
policy_rules = ()
-
progress_message = <django.utils.functional.__proxy__ object at 0xb60cf10>
-
slug = u'createsubnetinfoaction'