Bases: openstack_dashboard.dashboards.project.networks.subnets.workflows.CreateSubnetInfoAction
-
base_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x7f19b881a890>), ('address_source', <django.forms.fields.ChoiceField object at 0x7f19b881a8d0>), ('subnetpool', <django.forms.fields.ChoiceField object at 0x7f19b87dde10>), ('prefixlen', <django.forms.fields.ChoiceField object at 0x7f19b87dd890>), ('cidr', <horizon.forms.fields.IPField object at 0x7f19b879c4d0>), ('ip_version', <django.forms.fields.ChoiceField object at 0x7f19b879c850>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x7f19b87ca810>), ('no_gateway', <django.forms.fields.BooleanField object at 0x7f19b87ca750>), ('with_subnet', <django.forms.fields.BooleanField object at 0x7f19b8612090>)])
-
check_subnet_range = False
-
declared_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x7f19b881a890>), ('address_source', <django.forms.fields.ChoiceField object at 0x7f19b881a8d0>), ('subnetpool', <django.forms.fields.ChoiceField object at 0x7f19b87dde10>), ('prefixlen', <django.forms.fields.ChoiceField object at 0x7f19b87dd890>), ('cidr', <horizon.forms.fields.IPField object at 0x7f19b879c4d0>), ('ip_version', <django.forms.fields.ChoiceField object at 0x7f19b879c850>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x7f19b87ca810>), ('no_gateway', <django.forms.fields.BooleanField object at 0x7f19b87ca750>), ('with_subnet', <django.forms.fields.BooleanField object at 0x7f19b8612090>)])
-
help_text = <django.utils.functional.__proxy__ object at 0x7f19b8a5a610>
-
help_text_template = None
-
media
-
name = <django.utils.functional.__proxy__ object at 0x7f19b8868110>
-
permissions = ()
-
policy_rules = ()
-
progress_message = <django.utils.functional.__proxy__ object at 0x7f19b8a5a4d0>
-
slug = u'createsubnetinfoaction'