DiskInformation Class |
Namespace: net.openstack.Providers.Rackspace.Objects.Monitoring
The DiskInformation type exposes the following members.
Name | Description | |
---|---|---|
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.) | |
IOTime |
Gets the total time spent on disk I/O operations.
| |
Name |
Gets the device name.
| |
ReadBytes |
Gets the total number of bytes read from disk.
| |
ReadCount |
Gets the total number of completed read requests.
| |
ReadTime |
Gets the total time spent reading from disk.
| |
WriteBytes |
Gets the total number of bytes written to disk.
| |
WriteCount |
Gets the total number of completed write requests.
| |
WriteTime |
Gets the total time spent writing to disk.
|