Class: IControl::System::DiskUsageInformation
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::DiskUsageInformation
- Defined in:
- lib/icontrol/system.rb,
lib/icontrol/system.rb
Overview
A struct that contains the disk usage information.
Instance Attribute Summary (collapse)
-
- (IControl::Common::TimeStamp) time_stamp
The time stamp at which the statistics are gathered.
-
- (IControl::System::DiskUsageSequence) usages
The list of disk usage patterns.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (IControl::Common::TimeStamp) time_stamp
The time stamp at which the statistics are gathered.
178 179 180 |
# File 'lib/icontrol/system.rb', line 178 def time_stamp @time_stamp end |
- (IControl::System::DiskUsageSequence) usages
The list of disk usage patterns.
178 179 180 |
# File 'lib/icontrol/system.rb', line 178 def usages @usages end |