en-US/about_DRMMEsxiDatastore.help.txt
|
TOPIC
about_DRMMEsxiDatastore SHORT DESCRIPTION Represents a datastore associated with an ESXi host, including capacity, free space, file system, and status information. LONG DESCRIPTION The DRMMEsxiDatastore class models a datastore on an ESXi host, encapsulating properties such as DatastoreName, SubscriptionPercent, FreeSpace, Size, FileSystem, and Status. This class is typically used as part of the DRMMEsxiHostAudit to represent the storage datastores available to the ESXi host being audited. This class inherits from DRMMObject. ## PROPERTIES The DRMMEsxiDatastore class exposes the following properties: Property Type Description ------------------- -------------- ---------------------------------------- DatastoreName string The name of the datastore. SubscriptionPercent Nullable[int] The percentage of subscription used i... FreeSpace Nullable[long] The amount of free space available in... Size Nullable[long] The total size of the datastore. FileSystem string The file system type of the datastore. Status string The current status of the datastore. ## METHODS The DRMMEsxiDatastore class provides the following methods: No public methods defined. ## NOTES This class is defined in the DattoRMM.Core module's class system. SEE ALSO Online Documentation https://github.com/TheShadowTek/DattoRMM.Core/blob/main/docs/about/classes/DRMMEsxiHostAudit/about_DRMMEsxiDatastore.md |