SR_RESOURCE_TYPE_QUERY_ELIGIBLE_TARGET_DATADISKS structure (clusapi.h)

Describes a set of retrieved data disks that can be used as target sites for replication.

Syntax

typedef struct _SR_RESOURCE_TYPE_ELIGIBLE_TARGET_DATADISKS {
  GUID    SourceDataDiskGuid;
  GUID    TargetReplicationGroupGuid;
  BOOLEAN SkipConnectivityCheck;
  BOOLEAN IncludeOfflineDisks;
} SR_RESOURCE_TYPE_QUERY_ELIGIBLE_TARGET_DATADISKS, *PSR_RESOURCE_TYPE_QUERY_ELIGIBLE_TARGET_DATADISKS;

Members

SourceDataDiskGuid

The cluster resource identifier of the data disk.

TargetReplicationGroupGuid

The identifier of the replication group that contains the retrieved data disks.

SkipConnectivityCheck

true if the disks that are connected to the same nodes as the source disk are included in result set.

IncludeOfflineDisks

true if the result set includes all offline disks in the available storage group.

Requirements

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

See also

Data Structures