The Type class inherits from Resource.
openstack.block_storage.v3.type.Type(_synchronized=False, connection=None, **attrs)¶The base resource
| Parameters: |
|
|---|
id¶A ID representing this type.
name¶Name of the type.
description¶Description of the type.
extra_specs¶A dict of extra specifications. “capabilities” is a usual key.
is_public¶a private volume-type. Type: bool
set_extra_specs(session, **extra_specs)¶Update extra_specs
This call will replace only the extra_specs with the same keys given here. Other keys will not be modified.
| Parameters: |
|
|---|
delete_extra_specs(session, keys)¶Delete extra_specs
Note: This method will do a HTTP DELETE request for every key in keys.
| Parameters: |
|
|---|---|
| Return type: |
|
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.