Class: IControl::ARX::FileChangeType

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

Overview

Possible File Change Types.

Constant Summary collapse

FILECHANGE_FILE_OTHER =

The file may have been changed, and the change is not one of FileChangeType ::FILECHANGE_FILE_RENAME, FileChangeType ::FILECHANGE_FILE_DELETE or FileChangeType ::FILECHANGE_FILE_NEW.

:FILECHANGE_FILE_OTHER
FILECHANGE_DIR_OTHER =

The directory may have been changed, and the change is not one of FileChangeType ::FILECHANGE_DIR_RENAME, FileChangeType ::FILECHANGE_DIR_DELETE or FileChangeType ::FILECHANGE_DIR_NEW.

:FILECHANGE_DIR_OTHER
FILECHANGE_FILE_RENAME =

The file has been renamed.

:FILECHANGE_FILE_RENAME
FILECHANGE_DIR_RENAME =

The directory has been renamed.

:FILECHANGE_DIR_RENAME
FILECHANGE_FILE_DELETE =

The file has been deleted.

:FILECHANGE_FILE_DELETE
FILECHANGE_DIR_DELETE =

The directory has been deleted.

:FILECHANGE_DIR_DELETE
FILECHANGE_FILE_NEW =

The file has been created.

:FILECHANGE_FILE_NEW
FILECHANGE_DIR_NEW =

The directory has been created.

:FILECHANGE_DIR_NEW