Class: IControl::Common::FileChainType

Inherits:
Base::Enumeration
  • Object
show all
Defined in:
lib/icontrol/common.rb,
lib/icontrol/common.rb

Overview

An enumeration of chaining flags used in file transfers. This is used to avoid having to transfer the whole file at one time.

Constant Summary collapse

FILE_UNDEFINED =

Unitialized chain type flag.

:FILE_UNDEFINED
FILE_FIRST =

The first chunk of the file being transferred.

:FILE_FIRST
FILE_MIDDLE =

The middle chunk of the file being transferred.

:FILE_MIDDLE
FILE_UNUSED =

Unused enumeration.

:FILE_UNUSED
FILE_LAST =

The last chunk of the file being transferred.

:FILE_LAST
FILE_FIRST_AND_LAST =

The only chunk of the file being transferred.

:FILE_FIRST_AND_LAST