GetSupportedParityLayouts method of the MSISCSITARGET_StorageCapabilities class

Retrieves the supported parity layouts for systems that support parity-based storage organizations for volume or pool creation.

This method is inherited from the CIM_StorageCapabilities class.

Syntax

uint32 GetSupportedParityLayouts(
  [out] uint16 ParityLayout[]
);

Parameters

ParityLayout [out]

On return, contains a list of the types of parity that are supported when you create or modify a volume or pool.

The possible values are.

Non-Rotated Parity (2)

Rotated Parity (3)

Return value

Method completed OK (0)

Method not supported (1)

Choice not available for this capability (2)

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_StorageCapabilities