The openstack_dashboard.dashboards.admin.volumes.volume_types.forms ModuleΒΆ

class openstack_dashboard.dashboards.admin.volumes.volume_types.forms.CreateVolumeTypeEncryption(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

CreateVolumeTypeEncryption.base_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x661a790>), ('provider', <django.forms.fields.CharField object at 0x661af90>), ('control_location', <django.forms.fields.ChoiceField object at 0x7d22690>), ('cipher', <django.forms.fields.CharField object at 0x7d22b50>), ('key_size', <django.forms.fields.IntegerField object at 0x7d22ad0>), ('volume_type_id', <django.forms.fields.CharField object at 0x7d22d50>)])
CreateVolumeTypeEncryption.declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x661a790>), ('provider', <django.forms.fields.CharField object at 0x661af90>), ('control_location', <django.forms.fields.ChoiceField object at 0x7d22690>), ('cipher', <django.forms.fields.CharField object at 0x7d22b50>), ('key_size', <django.forms.fields.IntegerField object at 0x7d22ad0>), ('volume_type_id', <django.forms.fields.CharField object at 0x7d22d50>)])
CreateVolumeTypeEncryption.handle(request, data)[source]
CreateVolumeTypeEncryption.media
class openstack_dashboard.dashboards.admin.volumes.volume_types.forms.EditQosSpecConsumer(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

EditQosSpecConsumer.base_fields = OrderedDict([('consumer_choice', <django.forms.fields.ChoiceField object at 0x7d22150>)])
EditQosSpecConsumer.clean_consumer_choice()[source]
EditQosSpecConsumer.declared_fields = OrderedDict([('consumer_choice', <django.forms.fields.ChoiceField object at 0x7d22150>)])
EditQosSpecConsumer.handle(request, data)[source]
EditQosSpecConsumer.media
class openstack_dashboard.dashboards.admin.volumes.volume_types.forms.ManageQosSpecAssociation(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

ManageQosSpecAssociation.base_fields = OrderedDict([('qos_spec_choice', <django.forms.fields.ChoiceField object at 0x7d22190>)])
ManageQosSpecAssociation.clean_qos_spec_choice()[source]
ManageQosSpecAssociation.declared_fields = OrderedDict([('qos_spec_choice', <django.forms.fields.ChoiceField object at 0x7d22190>)])
ManageQosSpecAssociation.handle(request, data)[source]
ManageQosSpecAssociation.media
ManageQosSpecAssociation.populate_qos_spec_choices()[source]

Previous topic

The openstack_dashboard.dashboards.admin.volumes.volumes.urls Module

Next topic

The openstack_dashboard.dashboards.admin.volumes.volume_types.views Module

This Page