Block Storage v1, v2
Create new volume type
os volume type create
[--description <description>]
[--public | --private]
[--property <key=value> [...] ]
<name>
New volume type description
New in version 2.
Volume type is accessible to the public
New in version 2.
Volume type is not accessible to the public
New in version 2.
Set a property on this volume type (repeat option to set multiple properties)
New volume type name
Delete volume type
os volume type delete
<volume-type>
Volume type to delete (name or ID)
List volume types
os volume type list
[--long]
List additional fields in output
Set volume type properties
os volume type set
[--name <name>]
[--description <description>]
[--property <key=value> [...] ]
<volume-type>
Set volume type name
New in version 2.
Set volume type description
New in version 2.
Property to add or modify for this volume type (repeat option to set multiple properties)
Volume type to modify (name or ID)