Class: IControl::Management::SNMPConfiguration::FileCheckInformation
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::SNMPConfiguration::FileCheckInformation
- Defined in:
- lib/icontrol/management/snmp_configuration.rb,
lib/icontrol/management/snmp_configuration.rb
Overview
Used to monitor file sizes and make sure they don't grow beyond a certain size (in kilobytes).
Instance Attribute Summary (collapse)
-
- (String) file_name
The file name to monitor for maximum size.
-
- (Numeric) maximum_size
The maximum size of the file.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (String) file_name
The file name to monitor for maximum size.
1633 1634 1635 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1633 def file_name @file_name end |
- (Numeric) maximum_size
The maximum size of the file.
1633 1634 1635 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1633 def maximum_size @maximum_size end |