|
Name
|
Type
|
Description
|
| name | xsd:string |
Name of VirtualDisk
- This property cannot be updated.
|
| path | xsd:string |
Full path of VirtualDisk
- This property cannot be updated.
|
| datastore | DatastoreId |
Datastore entityId that the VirtualDisk belongs to
- This property cannot be updated.
|
| attached | xsd:boolean |
Indicates if the VirtualDisk is attached to a
linked-clone VM.
- This property cannot be updated.
|
| compatible | xsd:boolean |
Set true if disk is compatible for persistent disk else set to false
Since Horizon 7.8
- This property cannot be updated.
|
| incompatibleReason | xsd:string |
Incompatible reason for the persistent disk
Since Horizon 7.8
- This property need not be set.
- This property cannot be updated.
-
This property will be one of:
|
Value
|
Description
|
| "REPLICA_DISK" | Replica Disks are not compatible to be used as Persistent disk |
| "INTERNAL_DISK" | Internal disk are not compatible to be used as Persistent disk |
| "DISPOSABLE_DISK" | Disposable disk are not compatible to be used as Persistent disk |
| "DISK_ALREADY_IN_USE" | Disk already imported as persistent disk |
| "INSTANT_CLONE_INTERNAL_DISK" | Instant clone internal disk is not compatible to be a Persistent disk |
|