Class: IControl::Management::LicenseAdministration::ModuleKeyTimeLimits
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::LicenseAdministration::ModuleKeyTimeLimits
- Defined in:
- lib/icontrol/management/license_administration.rb,
lib/icontrol/management/license_administration.rb
Overview
A struct that describes time limits for a module key.
Instance Attribute Summary (collapse)
-
- (Numeric) current_system_time
The current system time.
-
- (Numeric) end_time
The end time for the module key.
-
- (Numeric) start_time
The start time for the module key.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (Numeric) current_system_time
The current system time.
258 259 260 |
# File 'lib/icontrol/management/license_administration.rb', line 258 def current_system_time @current_system_time end |
- (Numeric) end_time
The end time for the module key.
258 259 260 |
# File 'lib/icontrol/management/license_administration.rb', line 258 def end_time @end_time end |
- (Numeric) start_time
The start time for the module key.
258 259 260 |
# File 'lib/icontrol/management/license_administration.rb', line 258 def start_time @start_time end |