AttachReplica method of the MSISCSITARGET_StorageConfigurationService class

Creates a MSISCSITARGET_StorageSynchronized relationship between two existing storage objects.

This method is inherited from the CIM_StorageConfigurationService class.

Syntax

uint32 AttachReplica(
  [out] CIM_ConcreteJob Ref    Job,
  [in]  CIM_ManagedElement Ref SourceElement,
  [in]  CIM_ManagedElement Ref TargetElement,
  [in]  uint16                 CopyType
);

Parameters

Job [out]

On return, contains a reference to the job, if a job is created and not completed.

SourceElement [in]

Specifies the source storage object, which can be a MSISCSITARGET_StorageVolume object or other storage object.

TargetElement [in]

Specifies the replica storage element.

CopyType [in]

Specifies the type of copy to make.

Async (2)

Creates and maintains an asynchronous copy of the source.

Sync (3)

Creates and maintains a synchronized copy of the source.

UnSyncAssoc (4)

Creates an unsynchronized copy and maintains an association to the source.

UnSyncUnAssoc (5)

Creates an unsynchronized and disassociated copy of the source element.

DMTF Reserved

Reserved.

Vendor Specific

Reserved.

Return value

This method returns one of the following values.

Job Completed with No Error (0)

Not Supported (1)

Unspecified Error (2)

Timeout (3)

Failed (4)

Invalid Parameter (5)

In Use (6)

DMTF Reserved (7 0x0FFF)

Method Parameters Checked - Job Started (0x1000)

Method Reserved (0x1001 0x7FFF)

Vendor Specific (0x8000 0xFFFF)

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\CIMv2\Storage\iScsiTarget
MOF
SmIscsiTarget.mof
DLL
SmIScsiTargetProv.dll

See also

MSISCSITARGET_StorageConfigurationService