Bases: openstack_dashboard.dashboards.project.networks.subnets.workflows.CreateSubnetInfoAction
-
base_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0xab58ed0>), ('address_source', <django.forms.fields.ChoiceField object at 0xab87110>), ('subnetpool', <django.forms.fields.ChoiceField object at 0xab872d0>), ('prefixlen', <django.forms.fields.ChoiceField object at 0xab873d0>), ('cidr', <horizon.forms.fields.IPField object at 0xab87550>), ('ip_version', <django.forms.fields.ChoiceField object at 0xab876d0>), ('gateway_ip', <horizon.forms.fields.IPField object at 0xab87850>), ('no_gateway', <django.forms.fields.BooleanField object at 0xab879d0>), ('with_subnet', <django.forms.fields.BooleanField object at 0xaa38350>)])
-
check_subnet_range = False
-
declared_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0xab58ed0>), ('address_source', <django.forms.fields.ChoiceField object at 0xab87110>), ('subnetpool', <django.forms.fields.ChoiceField object at 0xab872d0>), ('prefixlen', <django.forms.fields.ChoiceField object at 0xab873d0>), ('cidr', <horizon.forms.fields.IPField object at 0xab87550>), ('ip_version', <django.forms.fields.ChoiceField object at 0xab876d0>), ('gateway_ip', <horizon.forms.fields.IPField object at 0xab87850>), ('no_gateway', <django.forms.fields.BooleanField object at 0xab879d0>), ('with_subnet', <django.forms.fields.BooleanField object at 0xaa38350>)])
-
help_text = <django.utils.functional.__proxy__ object at 0xae285d0>
-
help_text_template = None
-
media
-
name = <django.utils.functional.__proxy__ object at 0xae284d0>
-
permissions = ()
-
policy_rules = ()
-
progress_message = <django.utils.functional.__proxy__ object at 0xae28610>
-
slug = u'createsubnetinfoaction'