Bases: openstack_dashboard.dashboards.project.networks.subnets.workflows.CreateSubnetInfoAction
-
base_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x8313250>), ('address_source', <django.forms.fields.ChoiceField object at 0x8313950>), ('subnetpool', <django.forms.fields.ChoiceField object at 0x8313910>), ('prefixlen', <django.forms.fields.ChoiceField object at 0x8313710>), ('cidr', <horizon.forms.fields.IPField object at 0x83130d0>), ('ip_version', <django.forms.fields.ChoiceField object at 0x8313fd0>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x8313510>), ('no_gateway', <django.forms.fields.BooleanField object at 0xa46e350>), ('with_subnet', <django.forms.fields.BooleanField object at 0xb39e090>)])
-
check_subnet_range = False
-
declared_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x8313250>), ('address_source', <django.forms.fields.ChoiceField object at 0x8313950>), ('subnetpool', <django.forms.fields.ChoiceField object at 0x8313910>), ('prefixlen', <django.forms.fields.ChoiceField object at 0x8313710>), ('cidr', <horizon.forms.fields.IPField object at 0x83130d0>), ('ip_version', <django.forms.fields.ChoiceField object at 0x8313fd0>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x8313510>), ('no_gateway', <django.forms.fields.BooleanField object at 0xa46e350>), ('with_subnet', <django.forms.fields.BooleanField object at 0xb39e090>)])
-
help_text = <django.utils.functional.__proxy__ object at 0xa2500d0>
-
help_text_template = None
-
media
-
name = <django.utils.functional.__proxy__ object at 0xa2505d0>
-
permissions = ()
-
policy_rules = ()
-
progress_message = <django.utils.functional.__proxy__ object at 0xa250490>
-
slug = u'createsubnetinfoaction'