To a host, a datastore is a storage abstraction that is backed by one of several types of storage volumes:
An ESX Server system automatically discovers the VMFS volume on attached Logical Unit Numbers (LUNs) on startup and after re-scanning the host bus adapter. Datastores are automatically created. The datastore label is based on the VMFS volume label. If there is a conflict with an existing datastore, it is made unique by appending a suffix. The VMFS volume label will be unchanged.
Destroying the datastore removes the partitions that compose the VMFS volume.
| Name | Type | Description |
|---|---|---|
| capabilities | VcHostDatastoreSystemCapabilities | Capability vector indicating the available product features. |
| datastore | VcDatastore[] | List of datastores on this host. |
| id | String | returns the id of this ManagedObject |
| reference | VcManagedObjectReference | returns the ManagedObjectReference of this ManagedObject |
| sdkConnection | VcSdkConnection | returns the parent SdkConnection |
| vimHost | VcSdkConnection | returns the parent SdkConnection (deprecated) |
| vimType | String | returns the type of this ManagedObject |
| None |
|---|
| None |
|---|