3PAR CIM API Programming Reference for InForm OS 2.3.1 (320-200164 Rev B, February 2010)

A.27
3PAR_TPD.mof
InForm OS Version 2.3.1 CIM API Programming Reference
"For 3PAR provider, this can only contain string reference "
"to the primordial pool, as creation of pool from another "
"pool is not supported.")]
string InPools[],
[IN, Description (
"Array of strings containing representations of "
"references to CIM_StorageExtent instances, that are used "
"to create the Pool or modify the source extents. "
"For 3PAR provider, if this is NULL, then all available "
"extents in the system used to create the pool.")]
string InExtents[],
[IN, OUT, Description (
"As an input parameter: if null, creates a new "
"StoragePool. If not null, modifies the referenced Pool. "
"When returned, it is a reference to the resulting "
"StoragePool. "
"For 3PAR provider, this can either be NULL or a reference "
"to the 'all' pool.")]
CIM_StoragePool REF Pool);
};
// ==================================================================
// 3PAR StorageConfigurationCapabilities
// ==================================================================
[Description
("3PAR StorageConfigurationCapabilities describes the storage "
"elements and methods supported by StorageConfigurationService.")]
class TPD_StorageConfigurationCapabilities :
CIM_StorageConfigurationCapabilities
{
};
// ==================================================================
// 3PAR CapabilitiesOfStorageConfigurationService
// ==================================================================
[Association,
Description (
"TPD_CapabilitiesOfStorageConfigurationService is an association "
"between StorageConfigurationCapabilities and "
"StorageConfigurationService. This association is used to query "
"the features and functions supported by "
"StorageConfigurationService.") ]
class TPD_CapabilitiesOfStorageConfigurationService: CIM_ElementCapabilities
{