View API
| Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |
Data Object - DatastoreData
- Class
- VMware.Hv.DatastoreData
- Property of
- DatastoreInfo
- 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
Properties
Name | Type | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
name | xsd:string |
Datastore name
|
||||||||||
path | xsd:string |
Datastore path
|
||||||||||
virtualCenter | VirtualCenterId |
VirtualCenter id for this datastore
|
||||||||||
datacenter | DatacenterId |
Datacenter id for this datastore
|
||||||||||
hostOrCluster | HostOrClusterId |
HostOrCluster id for this datastore
|
||||||||||
diskType | xsd:string |
If the fileSystemType is VMFS, the SSD disk type of the
datastore.
|
||||||||||
fileSystemType | xsd:string |
File system type of the datastore. VSAN disk types can only be used in
desktop creation that enables VSAN.
|
||||||||||
vmfsMajorVersion | xsd:string |
If the fileSystemType is VMFS, the VMFS major version number.
|
||||||||||
incompatibleReasons | DatastoreIncompatibleReasons |
Reasons that may preclude this Datastore from being used in desktop
creation.
|
||||||||||
localDatastore | xsd:boolean |
Whether or not this datastore is local to a single host.
|
||||||||||
capacityMB | xsd:long |
Maximum capacity of this datastore, in MB
|
||||||||||
freeSpaceMB | xsd:long |
Available capacity of this datastore, in MB
|
||||||||||
numberOfVMs | xsd:int |
Indicates the number of machines the datastore has for Desktop/Farm when applicable.
Since Horizon 7.6
|
Top of page | Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |