Class: IControl::System::ConfigSync::FileTransferContext

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 file transfer context.

Instance Attribute Summary collapse

Instance Attribute Details

#chain_typeIControl::Common::FileChainType

The flag used to indicate whether this is FIRST, MIDDLE, or LAST chunk of the file data.

Returns:



319
320
321
# File 'lib/icontrol/system/config_sync.rb', line 319

def chain_type
  @chain_type
end

#file_dataStringSequence

The actual file content for the transfer operation.

Returns:

  • (StringSequence)

    the current value of file_data



319
320
321
# File 'lib/icontrol/system/config_sync.rb', line 319

def file_data
  @file_data
end