Bases: openstack_dashboard.dashboards.project.networks.subnets.workflows.CreateSubnetInfoAction
-
base_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x824fb10>), ('address_source', <horizon.forms.fields.ThemableChoiceField object at 0x977a390>), ('subnetpool', <horizon.forms.fields.ThemableChoiceField object at 0x9415150>), ('prefixlen', <horizon.forms.fields.ThemableChoiceField object at 0x9415e50>), ('cidr', <horizon.forms.fields.IPField object at 0x9415e10>), ('ip_version', <horizon.forms.fields.ThemableChoiceField object at 0x9415290>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x9776d90>), ('no_gateway', <django.forms.fields.BooleanField object at 0x9776210>), ('with_subnet', <django.forms.fields.BooleanField object at 0x8404450>)])
-
clean()[source]
-
declared_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x824fb10>), ('address_source', <horizon.forms.fields.ThemableChoiceField object at 0x977a390>), ('subnetpool', <horizon.forms.fields.ThemableChoiceField object at 0x9415150>), ('prefixlen', <horizon.forms.fields.ThemableChoiceField object at 0x9415e50>), ('cidr', <horizon.forms.fields.IPField object at 0x9415e10>), ('ip_version', <horizon.forms.fields.ThemableChoiceField object at 0x9415290>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x9776d90>), ('no_gateway', <django.forms.fields.BooleanField object at 0x9776210>), ('with_subnet', <django.forms.fields.BooleanField object at 0x8404450>)])
-
help_text = <django.utils.functional.__proxy__ object at 0x9415050>
-
help_text_template = None
-
media
-
name = <django.utils.functional.__proxy__ object at 0x9415190>
-
permissions = ()
-
policy_rules = ()
-
progress_message = <django.utils.functional.__proxy__ object at 0x94151d0>
-
slug = u'updatesubnetinfoaction'