Storage Management
Objects
You can access the objects that support
storage management through the
HostSystem
managed object.
- HostStorageSystem– TheHostSystem.storageSystemproperty is a managed object reference to theHostStorageSystemof the ESX/ESXi system.HostStorageSystemis a low-level interface that is used mainly for configuring the physical storage. See Configuring Disk Partitions.
- HostDatastoreSystem– TheHostSystem.datastoreSystemproperty is a managed object reference to aHostDatastoreSystemmanaged object.HostDatastoreSystemmethods allow you to create, configure, extend, and remove datastores. WhileHostStorageSystemsupports access and configuration of physical storage,HostDatastoreSystemsupports access and configuration of logical storage through the volumes (Datastoremanaged objects) the host can use for virtual machines. See Creating and Managing Datastores.
- HostDatastoreBrowser– Provides access to the contents of one or more datastores. The items in a datastore are files that contain configuration, virtual disk, and other data associated with a virtual machine.
- Datastore– TheDatastoremanaged entity provides methods for mounting datastores, browsing datastores, and obtaining information about the datastores associated with a virtual machine. See Creating and Managing Datastores.
- HostDiagnosticPartition– Supports creating and querying diagnostic partitions for your ESX/ESXi host. See Managing Diagnostic Partitions.