SR_REPLICATED_DISK_TYPE enumeration (clusapi.h)

Specifies the replicated disk types for the SR_RESOURCE_TYPE_REPLICATED_DISK structure.

Syntax

typedef enum _SR_REPLICATED_DISK_TYPE {
  SrReplicatedDiskTypeNone = 0,
  SrReplicatedDiskTypeSource = 1,
  SrReplicatedDiskTypeLogSource = 2,
  SrReplicatedDiskTypeDestination = 3,
  SrReplicatedDiskTypeLogDestination = 4,
  SrReplicatedDiskTypeNotInParthership = 5,
  SrReplicatedDiskTypeLogNotInParthership = 6,
  SrReplicatedDiskTypeOther
} SR_REPLICATED_DISK_TYPE, *PSR_REPLICATED_DISK_TYPE;

Constants

 
SrReplicatedDiskTypeNone
Value: 0
None.
SrReplicatedDiskTypeSource
Value: 1
The source of replication.
SrReplicatedDiskTypeLogSource
Value: 2
A log disk that is the source of replication.
SrReplicatedDiskTypeDestination
Value: 3
The destination of replication.
SrReplicatedDiskTypeLogDestination
Value: 4
A log disk that is the destination of replication.
SrReplicatedDiskTypeNotInParthership
Value: 5
The disk is not in a replication partnership.
SrReplicatedDiskTypeLogNotInParthership
Value: 6
A log disk that is not in a replication partnership.
SrReplicatedDiskTypeOther
Other.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2016
Header clusapi.h

See also

Failover Cluster Enumerations