Skip to content

Data Object - VirtualDiskData

Java Class

com.omnissa.vdi.vlsi.binding.vdi.utils.virtualcenter.VirtualDisk.VirtualDiskData

Property of

VirtualDiskInfo

See also

DatastoreId

Since

Horizon View 6.0

Data Object Description

VirtualDiskData is a set of VirtualDisk attributes retrieved from the VC. 3

Data Object Properties

Name Type Description
name xsd:string Name of VirtualDisk 2
path xsd:string Full path of VirtualDisk 2
datastore DatastoreId Datastore entityId that the VirtualDisk belongs to 2
attached xsd:boolean Indicates if the VirtualDisk is attached to a linked-clone VM. 2
compatible xsd:boolean Set true if disk is compatible for persistent disk else set to false Since Horizon 7.8 2
incompatibleReason xsd:string Incompatible reason for the persistent disk Since Horizon 7.8 1 2
* This property will be one of:
ValueDescription
"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

  1. This property need not be set. 

  2. This property cannot be updated. 

  3. This data object must be updated as a whole.