Volume Type interface.
Bases: cinderclient.base.Resource
A Volume Type is the type of volume to be created
Get extra specs from a volume type.
| Parameters: | vol_type – The VolumeType to get extra specs from |
|---|
Set extra specs on a volume type.
:param type : The VolumeType to set extra spec on :param metadata: A dict of key/value pairs to be set
Unset extra specs on a volue type.
| Parameters: |
|
|---|
Bases: cinderclient.base.ManagerWithFind
Manage VolumeType resources.
Create a volume type.
| Parameters: | name – Descriptive name of the volume type |
|---|---|
| Return type: | VolumeType |
Delete a specific volume_type.
| Parameters: | volume_type – The ID of the VolumeType to get. |
|---|
Get a specific volume type.
| Parameters: | volume_type – The ID of the VolumeType to get. |
|---|---|
| Return type: | VolumeType |
Get a list of all volume types.
| Return type: | list of VolumeType. |
|---|
alias of VolumeType