Table of Contents

Enum BackupExecStorageDeviceState

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the state of a storage device at the time of the scan.

public enum BackupExecStorageDeviceState

Fields

Active = 3

The device was active.

Disabled = 4

The device was disabled.

Inactive = 2

The device is inactive.

NotApplicable = 1

The device state is not applicable.

Paused = 5

The device was paused.

Unknown = 0

The device state is unknown.