Table of Contents

Enum VMwareHostStorageAdapterStatus

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

Represents the status of the host bus adapter at the time of the scan.

public enum VMwareHostStorageAdapterStatus

Fields

Fault = 3

The storage adapter in a fault state.

Offline = 2

The storage adapter was offline.

Online = 1

The storage adapter was online.

Unknown = 0

The status of the storage adapter was unknown.