Bases: openstack_dashboard.dashboards.project.networks.subnets.workflows.CreateSubnetInfoAction
-
base_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0xae92810>), ('address_source', <django.forms.fields.ChoiceField object at 0xae92a10>), ('subnetpool', <django.forms.fields.ChoiceField object at 0xae92bd0>), ('prefixlen', <django.forms.fields.ChoiceField object at 0xae92cd0>), ('cidr', <horizon.forms.fields.IPField object at 0xae92e50>), ('ip_version', <django.forms.fields.ChoiceField object at 0xae92fd0>), ('gateway_ip', <horizon.forms.fields.IPField object at 0xaec1190>), ('no_gateway', <django.forms.fields.BooleanField object at 0xaec1310>), ('with_subnet', <django.forms.fields.BooleanField object at 0xadc2110>)])
-
check_subnet_range = False
-
declared_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0xae92810>), ('address_source', <django.forms.fields.ChoiceField object at 0xae92a10>), ('subnetpool', <django.forms.fields.ChoiceField object at 0xae92bd0>), ('prefixlen', <django.forms.fields.ChoiceField object at 0xae92cd0>), ('cidr', <horizon.forms.fields.IPField object at 0xae92e50>), ('ip_version', <django.forms.fields.ChoiceField object at 0xae92fd0>), ('gateway_ip', <horizon.forms.fields.IPField object at 0xaec1190>), ('no_gateway', <django.forms.fields.BooleanField object at 0xaec1310>), ('with_subnet', <django.forms.fields.BooleanField object at 0xadc2110>)])
-
help_text = <django.utils.functional.__proxy__ object at 0xb16bed0>
-
help_text_template = None
-
media
-
name = <django.utils.functional.__proxy__ object at 0xb16bdd0>
-
permissions = ()
-
policy_rules = ()
-
progress_message = <django.utils.functional.__proxy__ object at 0xb16bf10>
-
slug = u'createsubnetinfoaction'