Compartir a través de


MSFT_SMReplicationSettings class

Represents the settings configure on a replication group or synchronization pair.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Dynamic, Provider("WMIStorage"), AMENDMENT]
class MSFT_SMReplicationSettings : MSFT_SMStorageObject
{
  String ObjectId;
  String Identifier;
  uint16 TargetElementSupplier = 4;
  uint16 ThinProvisioningPolicy = 7;
};

Members

The MSFT_SMReplicationSettings class has these types of members:

Properties

The MSFT_SMReplicationSettings class has these properties.

Identifier

Data type: String

Access type: Read-only

Qualifiers: Required

The ID of the logical instance of the object. This ID must be unique within the scope of the storage system.

This property is inherited from MSFT_SMStorageObject.

ObjectId

Data type: String

Access type: Read-only

Qualifiers: Key, Required

The ID of this class instance. This ID must be unique within the scope of the Windows Storage Management server that hosts the provider object.

This property is inherited from MSFT_SMStorageObject.

TargetElementSupplier

Data type: uint16

Access type: Read/write

Indicates where to retrieve target elements when they are not supplied.

The possible values are:

Use existing (1)

Create new (2)

Use and create (3)

Instrumentation decides (4)

Client must supply (5)

DMTF Reserved

6 32767

Vendor specific

32768 ...

ThinProvisioningPolicy

Data type: uint16

Access type: Read/write

Specifies the provisioning policy of the target element, if the target element is not supplied.

The possible values are:

Copy thin source to thin target (2)

Copy thin source to full target (3)

Copy full source to thin target (4)

Provisioning of target same as source (5)

Target pool decides provisioning of target element (6)

Implementation decides provisioning of target (7)

DMTF Reserved

8 32767

Vendor specific

32768 65535

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\Microsoft\Windows\Storage\SM
MOF
MsftStrgMan.mof
DLL
StorageService.dll

See also

MSFT_SMStorageObject

Windows Storage Management WMI Provider