models.database_state_enum module

class models.database_state_enum.DatabaseStateEnum[source]

Bases: object

Implementation of the ‘DatabaseState’ enum.

Specifies the state of the Exchange database copy. Specifies the state of Exchange Database Copy.

‘kUnknown’ indicates the status is not known. ‘kMounted’ indicates the exchange database copy is mounted and healthy. ‘kError’ indicates the exchange database copy is unmounted or partially mounted or is in error state.

Attributes:

KUNKNOWN: TODO: type description here. KMOUNTED: TODO: type description here. KERROR: TODO: type description here.

KERROR = 'kError'
KMOUNTED = 'kMounted'
KUNKNOWN = 'kUnknown'