Bases: openstack_dashboard.dashboards.project.networks.subnets.workflows.CreateSubnetInfoAction
-
UpdateSubnetInfoAction.base_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0xadef790>), ('address_source', <django.forms.fields.ChoiceField object at 0xac68690>), ('subnetpool', <django.forms.fields.ChoiceField object at 0xac685d0>), ('prefixlen', <django.forms.fields.ChoiceField object at 0xac68e50>), ('cidr', <horizon.forms.fields.IPField object at 0xac68590>), ('ip_version', <django.forms.fields.ChoiceField object at 0xac68650>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x7b59990>), ('no_gateway', <django.forms.fields.BooleanField object at 0x7b59890>), ('with_subnet', <django.forms.fields.BooleanField object at 0xac70650>)])
-
UpdateSubnetInfoAction.clean()[source]
-
UpdateSubnetInfoAction.declared_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0xadef790>), ('address_source', <django.forms.fields.ChoiceField object at 0xac68690>), ('subnetpool', <django.forms.fields.ChoiceField object at 0xac685d0>), ('prefixlen', <django.forms.fields.ChoiceField object at 0xac68e50>), ('cidr', <horizon.forms.fields.IPField object at 0xac68590>), ('ip_version', <django.forms.fields.ChoiceField object at 0xac68650>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x7b59990>), ('no_gateway', <django.forms.fields.BooleanField object at 0x7b59890>), ('with_subnet', <django.forms.fields.BooleanField object at 0xac70650>)])
-
UpdateSubnetInfoAction.help_text = <django.utils.functional.__proxy__ object at 0x8e8f1d0>
-
UpdateSubnetInfoAction.help_text_template = None
-
UpdateSubnetInfoAction.media
-
UpdateSubnetInfoAction.name = <django.utils.functional.__proxy__ object at 0x8e8fa50>
-
UpdateSubnetInfoAction.permissions = ()
-
UpdateSubnetInfoAction.progress_message = <django.utils.functional.__proxy__ object at 0x8e8f390>
-
UpdateSubnetInfoAction.slug = u'updatesubnetinfoaction'