FilesystemInformation Class |
Namespace: net.openstack.Providers.Rackspace.Objects.Monitoring
The FilesystemInformation type exposes the following members.
Name | Description | |
---|---|---|
AvailableFileNodes |
Gets the number of free file nodes on the filesystem.
| |
BytesAvailable |
Gets the available space on the filesystem.
| |
BytesFree |
Gets the free space available on the filesystem.
| |
BytesTotal |
Gets the total space on the filesystem.
| |
BytesUsed |
Gets the used space on the filesystem.
| |
DeviceName |
Gets the name of the device from which this filesystem is mounted.
| |
DirectoryName |
Gets the name of the directory where the filesystem is mounted.
| |
ExtensionData |
Gets a map of object properties which did not map to another field or property
during JSON deserialization. The keys of the map represent the property names,
and the values are JToken instances containing the parsed JSON
values.
(Inherited from ExtensibleJsonObject.) | |
FileNodes |
Gets the number of file nodes on the filesystem.
| |
Name |
Gets the name of the filesystem.
| |
Options |
Gets the filesystem mount options.
|