HP 3PAR InForm OS 3.1.1 CIM API (QL226-96591, July 2012)
"Async: Create and maintain an asynchronous copy of the "
"source. \n"
"Sync: Create and maintain a synchronized copy of the "
"source. \n"
"UnSyncAssoc: Create an unsynchronized copy and maintain "
"an association to the source. \n"
"UnSyncUnAssoc: Create unassociated copy of the source "
"element."),
ValueMap { "2", "3", "4", "5", "..", "32768..65535" },
Values { "Async", "Sync", "UnSyncAssoc", "UnSyncUnAssoc",
"DMTF Reserved", "Vendor Specific" }]
uint16 CopyType);
};
// ==================================================================
// 3PAR StorageConfigurationCapabilities
// ==================================================================
[Description
("3PAR StorageConfigurationCapabilities describes the storage "
"elements and methods supported by StorageConfigurationService.")]
class TPD_StorageConfigurationCapabilities :
SNIA_StorageConfigurationCapabilities
{
[Override ( "SupportedStorageElementFeatures" ),
Description (
"Enumeration indicating features supported by the Storage "
"Element methods." ),
ValueMap { "2", "3", "4", "5", "6", "7", "8", "9", "10",
"11", "12", "13", "14", "15", "16", "17", "18", "..",
"0x8000..0xFFFF" },
Values { "StorageExtent Creation", "StorageVolume Creation",
"StorageExtent Modification",
"StorageVolume Modification", "Single InPool",
"Multiple InPools", "LogicalDisk Creation",
"LogicalDisk Modification", "InElements",
"Storage Element QoS Change",
"Storage Element Capacity Expansion",
"Storage Element Capacity Reduction",
"StorageVolume To StoragePool Relocation",
"StoragePool To StoragePool Relocation",
"StorageVolume To StorageExtent Relocation",
"StoragePool To StorageExtent Relocation",
"LogicalDisk To StorageExtent Relocation",
"DMTF Reserved", "Vendor Specific" },
ModelCorrespondence {
"CIM_StorageConfigurationService.CreateOrModifyElementFromStoragePool.ElementType",
"CIM_StorageConfigurationService.CreateOrModifyElementFromStoragePool.InPool",
"CIM_StorageConfigurationService",
"CreateOrModifyElementFromElements.InElements",
"CIM_StorageConfigurationService.CreateElementsFromStoragePool.ElementType"
}]
uint16 SupportedStorageElementFeatures[];
};
// ==================================================================
// 3PAR StoragePoolConfigurationCapabilities
// ==================================================================
[Description
("3PAR StoragePoolConfigurationCapabilities describes the storage "
"elements and methods supported by a StoragePool.")]
class TPD_StoragePoolConfigurationCapabilities :
SNIA_StorageConfigurationCapabilities
{
};
3PAR_TPD.mof 183