MAINTENANCE_MODE_TYPE_ENUM enumeration (clusapi.h)

Defines the possible states that a storage class resource can be placed in when marked for maintenance.

Syntax

typedef enum _MAINTENANCE_MODE_TYPE_ENUM {
  MaintenanceModeTypeDisableIsAliveCheck = 1,
  MaintenanceModeTypeOfflineResource = 2,
  MaintenanceModeTypeUnclusterResource = 3
} MAINTENANCE_MODE_TYPE_ENUM, *PMAINTENANCE_MODE_TYPE_ENUM;

Constants

 
MaintenanceModeTypeDisableIsAliveCheck
Value: 1
Indicates that the server is ignoring the result of the resource's health check.
MaintenanceModeTypeOfflineResource
Value: 2
Indicates that the server has internally performed the operations to bring the storage resource to the ClusterResourceOffline state without changing the client visible state of the resource.
MaintenanceModeTypeUnclusterResource
Value: 3
Indicates the server has released ownership of the storage resource.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 Datacenter, Windows Server 2008 Enterprise
Header clusapi.h

See also

CLUS_MAINTENANCE_MODE_INFOEX

Failover Cluster Enumerations

MaintenanceMode