Data Object - VirtualDiskData

Class
VMware.Hv.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.

Data Object Properties

Properties

Name Type Description
namexsd:string

Name of VirtualDisk
  • This property cannot be updated.
pathxsd:string

Full path of VirtualDisk
  • This property cannot be updated.
datastoreDatastoreId

Datastore entityId that the VirtualDisk belongs to
  • This property cannot be updated.
attachedxsd:boolean

Indicates if the VirtualDisk is attached to a linked-clone VM.
  • This property cannot be updated.
compatiblexsd:boolean

Set true if disk is compatible for persistent disk else set to false

Since Horizon 7.8
  • This property cannot be updated.
incompatibleReasonxsd: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