Class: IControl::ASM::FileTransferContext

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/asm.rb,
lib/icontrol/asm.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:



69
70
71
# File 'lib/icontrol/asm.rb', line 69

def chain_type
  @chain_type
end

#file_dataStringSequence

The actual file content for the transfer operation.

Returns:

  • (StringSequence)

    the current value of file_data



69
70
71
# File 'lib/icontrol/asm.rb', line 69

def file_data
  @file_data
end