Storage
Defines storage.
Storage Specification
The specification for storage.
Field | Type | Notes |
parameters | StorageParameters | A key value map that can be used to store parameters for the provisioner. |
provisioner | string | The storage provisioner to use to create storage. |
Storage Status READONLY
Populated by Desktop.
Field | Type | Notes |
message | string | A human readable message. |
state | StorageState | See Storage State. |
startTime | Date | The start time of the storage instance. |
Storage State
Value | Notes |
Failed | The storage failed to be provisioned. |
Provisioned | The storge is provisioned and ready to use. |
Example