Class: IControl::System::ConfigSync::ConfigFileEntry

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/system/config_sync.rb,
lib/icontrol/system/config_sync.rb

Overview

A struct that describes a configuration file entry.

Instance Attribute Summary collapse

Instance Attribute Details

#file_datetimeString

The creation date/time string associated with the configuration file.

Returns:

  • (String)

    the current value of file_datetime



310
311
312
# File 'lib/icontrol/system/config_sync.rb', line 310

def file_datetime
  @file_datetime
end

#file_nameString

The configuration file name. its length limit is 255

Returns:

  • (String)

    the current value of file_name



310
311
312
# File 'lib/icontrol/system/config_sync.rb', line 310

def file_name
  @file_name
end