Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
MaintenanceModeTypeDisableIsAliveCheckValue: 1 Indicates that the server is ignoring the result of the resource's health check. |
MaintenanceModeTypeOfflineResourceValue: 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. |
MaintenanceModeTypeUnclusterResourceValue: 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 |