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.
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
SrReplicatedDiskTypeNoneValue: 0 None. |
SrReplicatedDiskTypeSourceValue: 1 The source of replication. |
SrReplicatedDiskTypeLogSourceValue: 2 A log disk that is the source of replication. |
SrReplicatedDiskTypeDestinationValue: 3 The destination of replication. |
SrReplicatedDiskTypeLogDestinationValue: 4 A log disk that is the destination of replication. |
SrReplicatedDiskTypeNotInParthershipValue: 5 The disk is not in a replication partnership. |
SrReplicatedDiskTypeLogNotInParthershipValue: 6 A log disk that is not in a replication partnership. |
SrReplicatedDiskTypeOtherOther. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2016 |
| Header | clusapi.h |