Bases: openstack_dashboard.dashboards.project.networks.subnets.workflows.CreateSubnetInfoAction
-
base_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0xa157a90>), ('address_source', <horizon.forms.fields.ThemableChoiceField object at 0x9fdac50>), ('subnetpool', <horizon.forms.fields.ThemableChoiceField object at 0x9fda5d0>), ('prefixlen', <horizon.forms.fields.ThemableChoiceField object at 0x9fda790>), ('cidr', <horizon.forms.fields.IPField object at 0x9fdab50>), ('ip_version', <horizon.forms.fields.ThemableChoiceField object at 0xa06bad0>), ('gateway_ip', <horizon.forms.fields.IPField object at 0xa0bb510>), ('no_gateway', <django.forms.fields.BooleanField object at 0xa0bbbd0>), ('with_subnet', <django.forms.fields.BooleanField object at 0xa16bcd0>)])
-
clean()[source]
-
declared_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0xa157a90>), ('address_source', <horizon.forms.fields.ThemableChoiceField object at 0x9fdac50>), ('subnetpool', <horizon.forms.fields.ThemableChoiceField object at 0x9fda5d0>), ('prefixlen', <horizon.forms.fields.ThemableChoiceField object at 0x9fda790>), ('cidr', <horizon.forms.fields.IPField object at 0x9fdab50>), ('ip_version', <horizon.forms.fields.ThemableChoiceField object at 0xa06bad0>), ('gateway_ip', <horizon.forms.fields.IPField object at 0xa0bb510>), ('no_gateway', <django.forms.fields.BooleanField object at 0xa0bbbd0>), ('with_subnet', <django.forms.fields.BooleanField object at 0xa16bcd0>)])
-
help_text = <django.utils.functional.__proxy__ object at 0xa06ba50>
-
help_text_template = None
-
media
-
name = <django.utils.functional.__proxy__ object at 0xa06bf50>
-
permissions = ()
-
policy_rules = ()
-
progress_message = <django.utils.functional.__proxy__ object at 0xa06b050>
-
slug = u'updatesubnetinfoaction'