Class CIM_PartitionedLibrarySetting
extends CIM_SettingData

PartitionedLibrarySetting is the partition parameters.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_SettingData
   |
   +--CIM_PartitionedLibrarySetting

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringPartitionedLibrarySetting is the partition parameters.
Experimentalbooleantrue
UMLPackagePathstringCIM::Device::Tape
Versionstring2.42.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
DriveCountuint32
DescriptionstringNumber of tape drives assigned to this partiion. This value can be null or zero if setting this property is not applicable to the chosen PartitionMethod. This property is applicable to Simple partitioning method.
LibraryNamestring
DescriptionstringThe name assigned to this library partition.
LibraryTypestring
DescriptionstringThe type of the physical library this partition is emulating. This is given as input when creating this partition. This string is vendor specific. A vendor may support emulating multiple physical library types as listed in the capabilities.
ModelCorrespondencestringCIM_PartitionedLibrarySystemCapabilities.LibraryTypesSupported
PartitionMethoduint16
DescriptionstringThe method to use to create a partition. An array of allowed methods supported by the Partitioned Library can be obtained in the capabilities.
ModelCorrespondencestringCIM_PartitionedLibrarySystemCapabilities.PartitionMethodsSupported
ValueMapstring2, 3, 4, 5, 6..32767, 32768..65535
ValuesstringAuto, Simple, Slot, VolSer, DMTF Reserved, Vendor Reserved
SlotCountuint32
DescriptionstringThe capacity of this library partition in number of slots. The number specified here should not exceed the maximum number of slots specified in capabilities. This value can be null or zero if setting this property is not applicable to the chosen PartitionMethod. This is a partition slot count and may not be the physical slot count. This property is applicable to Simple and VolSer partitioning method.
RangeEndAddressesstring[]
ArrayTypestringIndexed
DescriptionstringIn Slot-based or VolSer-based partitioning, a range of addresses are given as input for creating a partition. For Slot-based partitioning a range of storage media location element addresses are given. For VolSer-based partitioning, a range of cartridge volume serial numbers are given. This property array gives the ending addresses of the ranges. These values coupled with the RangeStartAddresses a the same index provide the ranges necessary to create a partition. For other types of PartitionMethod, this property can be null.
ModelCorrespondencestringCIM_PartitionedLibrarySetting.RangeStartAddresses
RangeStartAddressesstring[]
ArrayTypestringIndexed
DescriptionstringIn Slot-based or VolSer-based partitioning, a range of addresses are given as input for creating a partition. For Slot-based partitioning a range of storage media location addresses are given. For VolSer-based partitioning, a range of cartridge volume serial numbers are given to assign to a partition. Also for VolSer-based partitioning, a rane of storage media locations that contain the drive are given for assigning drives to a partition. This property array gives the starting addresses of the ranges. These values coupled with the RangeEndAddress values at the same index provide the ranges necessary to create a partition. For other types of PartitionMethod, this property can be null.
ModelCorrespondencestringCIM_PartitionedLibrarySetting.RangeEndAddresses
RangeTypeuint16[]
ArrayTypestringIndexed
DescriptionstringEnumeration indicating the range type for each of the given ranges. For Slot-based partitioning, only storage media location addresses are give. For VolSer based partitioning a combination of storage media location address ranges and VolSer ranges can be given.
ValueMapstring2, 3, 4..32767, 32768..65535
ValuesstringSlot, VolSer, DMTF Reserved, Vendor Reserved
SupportedMediaTypesstring[]
DescriptionstringSupported Types of media within a single Partition.

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
ChangeableTypeuint16CIM_SettingData
ConfigurationNamestringCIM_SettingData
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_SettingData
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_SettingData
SoIDstringCIM_SettingData
SoOrgIDstringCIM_SettingData
ComponentSettingstring[]CIM_SettingData

Class Methods