Bases: openstack_dashboard.dashboards.project.networks.subnets.workflows.CreateSubnetInfoAction
-
base_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x9cfa510>), ('address_source', <django.forms.fields.ChoiceField object at 0x9cfaa90>), ('subnetpool', <django.forms.fields.ChoiceField object at 0x9cfac10>), ('prefixlen', <django.forms.fields.ChoiceField object at 0x9cfa990>), ('cidr', <horizon.forms.fields.IPField object at 0xa05b290>), ('ip_version', <django.forms.fields.ChoiceField object at 0xa05b2d0>), ('gateway_ip', <horizon.forms.fields.IPField object at 0xa05bc90>), ('no_gateway', <django.forms.fields.BooleanField object at 0xa05bf90>), ('with_subnet', <django.forms.fields.BooleanField object at 0xa059390>)])
-
check_subnet_range = False
-
declared_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x9cfa510>), ('address_source', <django.forms.fields.ChoiceField object at 0x9cfaa90>), ('subnetpool', <django.forms.fields.ChoiceField object at 0x9cfac10>), ('prefixlen', <django.forms.fields.ChoiceField object at 0x9cfa990>), ('cidr', <horizon.forms.fields.IPField object at 0xa05b290>), ('ip_version', <django.forms.fields.ChoiceField object at 0xa05b2d0>), ('gateway_ip', <horizon.forms.fields.IPField object at 0xa05bc90>), ('no_gateway', <django.forms.fields.BooleanField object at 0xa05bf90>), ('with_subnet', <django.forms.fields.BooleanField object at 0xa059390>)])
-
help_text = <django.utils.functional.__proxy__ object at 0x8892250>
-
help_text_template = None
-
media
-
name = <django.utils.functional.__proxy__ object at 0x8892550>
-
permissions = ()
-
policy_rules = ()
-
progress_message = <django.utils.functional.__proxy__ object at 0x88922d0>
-
slug = u'createsubnetinfoaction'