CreateStretchTopology method of the MSFT_WvrAdminTasks class
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
Creates a replication partnership between two new or existing replication groups.
Syntax
uint32 CreateStretchTopology(
[in] string ClusterName,
[in] string SourceRGName,
[in] string SourceRGDescription,
[in] string SourceVolumeName[],
[in] string SourceLogVolumeName,
[in] string DestinationRGName,
[in] string DestinationRGDescription,
[in] string DestinationVolumeName[],
[in] string DestinationLogVolumeName,
[in] uint64 LogSizeInBytes,
[in] boolean PreventReplication,
[in] boolean Seeded,
[out] MSFT_WvrReplicationGroup Output[]
);
Parameters
-
ClusterName [in]
-
TBD
-
SourceRGName [in]
-
The name of the source replication group.
-
SourceRGDescription [in]
-
The description of the source replication group.
-
SourceVolumeName [in]
-
TBD
-
SourceLogVolumeName [in]
-
TBD
-
DestinationRGName [in]
-
The name of the destination replication group.
-
DestinationRGDescription [in]
-
The description of the destination replication group.
-
DestinationVolumeName [in]
-
TBD
-
DestinationLogVolumeName [in]
-
TBD
-
LogSizeInBytes [in]
-
The size of the log file in Bytes.
-
PreventReplication [in]
-
TBD
-
Seeded [in]
-
TBD
-
Output [out]
-
Returns the resulting MSFT_WvrReplicationGroup embedded instance.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2016 |
Namespace |
Root\Microsoft\Windows\StorageReplica |
MOF |
|
DLL |
|