beautypg.com

Subscribedcapacity, Committedcapacity, Physicalcapacity – HP Matrix Operating Environment Software User Manual

Page 93: Raidlevel, Deviceraidspecificavailablecapacity, Volumes

background image

Description

Type

Property

Name used to display this resource.

String

DisplayName

URL for the management interface for
this resource.

String

ManagementURL

List of user-specified tags for this
resource.

Sequence of String

Tags

The raw capacity of the storage pool
already subscribed.

long

SubscribedCapacity

The raw capacity of the storage pool
already committed.

long

CommittedCapacity

The raw physical capacity of the
storage pool.

long

PhysicalCapacity

The RAID level of the storage array.

String

RaidLevel

Association between raid levels and the
amount of logical free space when
using that raid level.

Sequence of MapItem

DeviceRaidSpecificAvailableCapacity

Volumes contained within this storage
pool.

Sequence of Volume

Volumes

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