Class: IControl::ASM::FileTransferContext
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::ASM::FileTransferContext
- Defined in:
- lib/icontrol/asm.rb,
lib/icontrol/asm.rb
Overview
A struct that describes a file transfer context.
Instance Attribute Summary (collapse)
-
- (IControl::Common::FileChainType) chain_type
The flag used to indicate whether this is FIRST, MIDDLE, or LAST chunk of the file data.
-
- (StringSequence) file_data
The actual file content for the transfer operation.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (IControl::Common::FileChainType) chain_type
The flag used to indicate whether this is FIRST, MIDDLE, or LAST chunk of the file data.
69 70 71 |
# File 'lib/icontrol/asm.rb', line 69 def chain_type @chain_type end |
- (StringSequence) file_data
The actual file content for the transfer operation.
69 70 71 |
# File 'lib/icontrol/asm.rb', line 69 def file_data @file_data end |