StorageModel
Details about a storage pool on a compute resource.
Properties
Name | Description | Additional information |
---|---|---|
Name | The name of the storage pool. |
Type: String |
IsVmStorage | If true, the storage pool is being used for operating system disks attached to provisioned virtual machines. |
Type: Boolean |
IsPvdStorage | If true, the storage pool is being used for personal virtual disks attached to provisioned virtual machines. |
Type: Boolean |
Type | The type of storage. |
Sample
application/json
Sample:
{ "Name": "storage1", "IsVmStorage": false, "IsPvdStorage": false, "Type": "Shared" }