Bases: openstack_dashboard.dashboards.project.networks.subnets.workflows.CreateSubnetInfoAction
-
UpdateSubnetInfoAction.base_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0xa3ec190>), ('address_source', <django.forms.fields.ChoiceField object at 0x9eae0d0>), ('subnetpool', <django.forms.fields.ChoiceField object at 0x9eae250>), ('prefixlen', <django.forms.fields.ChoiceField object at 0x9eae190>), ('cidr', <horizon.forms.fields.IPField object at 0x9eaec90>), ('ip_version', <django.forms.fields.ChoiceField object at 0xa489790>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x7edff10>), ('no_gateway', <django.forms.fields.BooleanField object at 0x7edf110>), ('with_subnet', <django.forms.fields.BooleanField object at 0x78ef4d0>)])
-
UpdateSubnetInfoAction.clean()[source]
-
UpdateSubnetInfoAction.declared_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0xa3ec190>), ('address_source', <django.forms.fields.ChoiceField object at 0x9eae0d0>), ('subnetpool', <django.forms.fields.ChoiceField object at 0x9eae250>), ('prefixlen', <django.forms.fields.ChoiceField object at 0x9eae190>), ('cidr', <horizon.forms.fields.IPField object at 0x9eaec90>), ('ip_version', <django.forms.fields.ChoiceField object at 0xa489790>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x7edff10>), ('no_gateway', <django.forms.fields.BooleanField object at 0x7edf110>), ('with_subnet', <django.forms.fields.BooleanField object at 0x78ef4d0>)])
-
UpdateSubnetInfoAction.help_text = <django.utils.functional.__proxy__ object at 0xa489910>
-
UpdateSubnetInfoAction.help_text_template = None
-
UpdateSubnetInfoAction.media
-
UpdateSubnetInfoAction.name = <django.utils.functional.__proxy__ object at 0xa489710>
-
UpdateSubnetInfoAction.permissions = ()
-
UpdateSubnetInfoAction.progress_message = <django.utils.functional.__proxy__ object at 0xa489350>
-
UpdateSubnetInfoAction.slug = u'updatesubnetinfoaction'