Class: IControl::Management::LicenseAdministration::ModuleKeyTimeLimits

Inherits:
Base::Struct
  • Object
show all
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)

Method Summary

Methods inherited from Base::Struct

from_soap, icontrol_attribute, #to_soap

Instance Attribute Details

- (Numeric) current_system_time

The current system time.

Returns:

  • (Numeric)

    the current value of 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.

Returns:

  • (Numeric)

    the current value of end_time



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.

Returns:

  • (Numeric)

    the current value of start_time



258
259
260
# File 'lib/icontrol/management/license_administration.rb', line 258

def start_time
  @start_time
end