3PAR CIM API Programming Reference for InForm OS 2.3.1 (320-200164 Rev B, February 2010)
5.28
Block Services Package
CIM API Programming Reference InForm OS Version 2.3.1
5.9.5.1 Supported Method For Creating a Storage Volume
Table 5-20 describes the supported method for creating a volume:
5.9.5.1.1 Method Signature
The method signature for InForm OS 2.2.4 and prior versions is described as follows:
Table 5-20. Method for TPD_StorageConfigurationService
Method Description
CreateOrModifyElementFromStorage
Pool()
Allows clients to create a StorageVolume.
uint32 CreateOrModifyElementFromStoragePool (
[In] String ElementName,
[In,
Values {“StorageVolume”, “StorageExtent”, “LogicalDisk” },
ValueMap{”2”,”3”, “4”}]
Uint16 ElementType,
[Out] CIM_ConcreteJob ref Job,
[In] CIM_StorageSetting ref Goal,
[In, Out] Uint64 Size,
[In] CIM_StoragePool ref InPool,
[In, Out] CIM_LogicalElement ref TheElement);