Data Object - DatastoreData
Java Class
com.omnissa.vdi.vlsi.binding.vdi.utils.virtualcenter.Datastore.DatastoreData
Property of
See also
DatacenterId, DatastoreIncompatibleReasons, HostOrClusterId, VirtualCenterId
Since
Horizon View 6.0
Data Object Description¶
DatastoreData is a set of Datastore attributes retrieved from the VC.
Data Object Properties¶
| Name | Type | Description | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| name | xsd:string | Datastore name 2 | ||||||||||
| path | xsd:string | Datastore path 2 | ||||||||||
| virtualCenter | VirtualCenterId | VirtualCenter id for this datastore 2 | ||||||||||
| datacenter | DatacenterId | Datacenter id for this datastore 1 2 | ||||||||||
| hostOrCluster | HostOrClusterId | HostOrCluster id for this datastore 2 | ||||||||||
| diskType | xsd:string | If the fileSystemType is VMFS, the SSD disk type of the datastore. 2 * This property will be one of:
|
||||||||||
| fileSystemType | xsd:string | File system type of the datastore. VSAN disk types can only be used in desktop creation that enables VSAN. 2 * This property will be one of:
|
||||||||||
| vmfsMajorVersion | xsd:string | If the fileSystemType is VMFS, the VMFS major version number. 1 2 | ||||||||||
| incompatibleReasons | DatastoreIncompatibleReasons | Reasons that may preclude this Datastore from being used in desktop creation. 2 | ||||||||||
| localDatastore | xsd:boolean | Whether or not this datastore is local to a single host. 2 | ||||||||||
| capacityMB | xsd:long | Maximum capacity of this datastore, in MB 2 | ||||||||||
| freeSpaceMB | xsd:long | Available capacity of this datastore, in MB 2 | ||||||||||
| numberOfVMs | xsd:int | Indicates the number of machines the datastore has for Desktop/Farm when applicable. Since Horizon 7.6 1 2 |