HP Storage Provisioning Manager (SPM) version 2.1 User Guide

DescriptionTypeProperty
Name used to display this resource.StringDisplayName
URL for the management interface for
this resource.
StringManagementURL
List of user-specified tags for this
resource.
Sequence of StringTags
The raw capacity of the storage pool
already subscribed.
longSubscribedCapacity
The raw capacity of the storage pool
already committed.
longCommittedCapacity
The raw physical capacity of the
storage pool.
longPhysicalCapacity
The RAID level of the storage array.StringRaidLevel
Association between raid levels and the
amount of logical free space when
using that raid level.
Sequence of MapItemDeviceRaidSpecificAvailableCapacity
Volumes contained within this storage
pool.
Sequence of VolumeVolumes
SubscribedCapacity
The SubscribedCapacity of a StoragePool is represented by a long integer. It represents the number
of bytes of storage promised from the pool to volumes provisioned from the pool. It may be greater
than the pool's physical capacity if the pool is oversubscribed. It should be greater than or equal
to the pool's committed capacity.
CommittedCapacity
The CommittedCapacity of a StoragePool is represented by a long integer. It represents the number
of bytes of storage from the pool allocated to volumes within the pool. It should be equal to the
sum of the capacities of the volumes provisioned from the pool.
PhysicalCapacity
The PhysicalCapacity of a StoragePool is represented by a long integer. It represents maximum
amount of storage provisionable from the pool in bytes, and should be equal to the pool's committed
capacity plus its free space.
RaidLevel
The RaidLevel of a StoragePool is represented by a string. This string is an identifier representing
the raid level as understood by the device. This value will be mapped to an identifier understood
by SPM using the RAIDMap stored in the StorageArrayDefinition. A StoragePool should only have
a RaidLevel element if all volumes from the pool will be of this RAIDLevel.
DeviceRaidSpecificAvailableCapacity
DeviceRaidSpecificAvailableCapacity is a list of MapItems. This mapping associates device raid
levels with the available free space that may be allocated at that raid level. Raid levels within this
mapping should be identified using the lexicon of the device. . Raid levels specified in the
DeviceRaidSpecificAvailableCapacity may be a subset of those present in the
StorageArrayDefinition's RAIDMap if the pool does not support all raid levels supported by the
device.
Volumes
The volumes that a StoragePool contains are specified as a sequence of Volume objects. This list
may be empty if no volumes have been allocated within the pool represented by this StoragePool.
XML object model 93