vSAN Management API
|
| Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - DatastoreInfo(vim.Datastore.Info)
- Property of
- Datastore
- Extended by
- LocalDatastoreInfo, NasDatastoreInfo, PMemDatastoreInfo, VmfsDatastoreInfo, VvolDatastoreInfo
- Extends
- DynamicData
Data Object Description
Detailed information about a datastore. This is a base type for derived types that have more specific details about a datastore.See HostVmfsVolume
See HostNasVolume
See HostLocalFileSystemVolume
Properties
| Name | Type | Description |
|---|---|---|
| containerId* | xsd:string |
The unique container ID of the datastore, if applicable.
Since vSphere API 5.5 |
| freeSpace | xsd:long |
Free space of this datastore, in bytes. The server periodically updates this
value. It can be explicitly refreshed with the Refresh operation.
|
| maxFileSize | xsd:long |
The maximum size of a file that can reside on this file system volume.
|
| maxMemoryFileSize | xsd:long |
The maximum size of a snapshot or a swap file that can reside on this file system volume.
Since vSphere API 6.0 |
| maxVirtualDiskCapacity* | xsd:long |
The maximum capacity of a virtual disk which can be created on this volume.
Since vSphere API 5.5 |
| name | xsd:string |
The name of the datastore.
|
| timestamp* | xsd:dateTime |
Time when the free-space and capacity values in DatastoreInfo and
DatastoreSummary were updated.
Since vSphere API 4.0 |
| url | xsd:string |
The unique locator for the datastore.
|
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |