LMI_StorageConfigurationService

Class reference

Subclass of CIM_StorageConfigurationService

This service allows the active management of a Storage Server. It allows jobs to be started for the creation, modification and deletion of storage objects (StoragePools, StorageVolumes and LogicalDisks).

For now, it supports Volume Group creation and modification (CreateOrModifyStoragePool), allocation/modification of Logical Volume (CreateOrModifyElementFromStoragePool), Creation of MD RAID array () and destruction of all this (DeleteStoragePool, ReturnToStoragePool, ).

In future, it may support creation of MD RAID containers (i.e. another kind of storage pools), allocation of MD RAIDs from these containers, snapshots of Logical Volumes (AttachReplica), advanced Logical Volumes (for example with RAID characteristics), thin pools and this Logical Volumes and so on.

Local properties

uint16 HealthState

Indicates the current health of the element. This attribute expresses the health of this element but not necessarily that of its subcomponents. The possible values are 0 to 30, where 5 means the element is entirely healthy and 30 means the element is completely non-functional. The following continuum is defined:

“Non-recoverable Error” (30) - The element has completely failed, and recovery is not possible. All functionality provided by this element has been lost.

“Critical Failure” (25) - The element is non-functional and recovery might not be possible.

“Major Failure” (20) - The element is failing. It is possible that some or all of the functionality of this component is degraded or not working.

“Minor Failure” (15) - All functionality is available but some might be degraded.

“Degraded/Warning” (10) - The element is in working order and all functionality is provided. However, the element is not working to the best of its abilities. For example, the element might not be operating at optimal performance or it might be reporting recoverable errors.

“OK” (5) - The element is fully functional and is operating within normal operational parameters and without error.

“Unknown” (0) - The implementation cannot report on HealthState at this time.

DMTF has reserved the unused portion of the continuum for additional HealthStates in the future.

ValueMap Values
0 Unknown
5 OK
10 Degraded/Warning
15 Minor failure
20 Major failure
25 Critical failure
30 Non-recoverable error
DMTF Reserved
32768..65535 Vendor Specific

boolean Started

Started is a Boolean that indicates whether the Service has been started (TRUE), or stopped (FALSE).

uint16 PrimaryStatus

PrimaryStatus provides a high level status value, intended to align with Red-Yellow-Green type representation of status. It should be used in conjunction with DetailedStatus to provide high level and detailed health status of the ManagedElement and its subcomponents.

PrimaryStatus consists of one of the following values: Unknown, OK, Degraded or Error. “Unknown” indicates the implementation is in general capable of returning this property, but is unable to do so at this time.

“OK” indicates the ManagedElement is functioning normally.

“Degraded” indicates the ManagedElement is functioning below normal.

“Error” indicates the ManagedElement is in an Error condition.

ValueMap Values
0 Unknown
1 OK
2 Degraded
3 Error
DMTF Reserved
0x8000.. Vendor Reserved

uint16 EnabledDefault

An enumerated value indicating an administrator’s default or startup configuration for the Enabled State of an element. By default, the element is “Enabled” (value=2).

ValueMap Values
2 Enabled
3 Disabled
5 Not Applicable
6 Enabled but Offline
7 No Default
9 Quiesce
DMTF Reserved
32768..65535 Vendor Reserved

uint16 EnabledState

EnabledState is an integer enumeration that indicates the enabled and disabled states of an element. It can also indicate the transitions between these requested states. For example, shutting down (value=4) and starting (value=10) are transient states between enabled and disabled. The following text briefly summarizes the various enabled and disabled states:

Enabled (2) indicates that the element is or could be executing commands, will process any queued commands, and queues new requests.

Disabled (3) indicates that the element will not execute commands and will drop any new requests.

Shutting Down (4) indicates that the element is in the process of going to a Disabled state.

Not Applicable (5) indicates the element does not support being enabled or disabled.

Enabled but Offline (6) indicates that the element might be completing commands, and will drop any new requests.

Test (7) indicates that the element is in a test state.

Deferred (8) indicates that the element might be completing commands, but will queue any new requests.

Quiesce (9) indicates that the element is enabled but in a restricted mode.

Starting (10) indicates that the element is in the process of going to an Enabled state. New requests are queued.

ValueMap Values
0 Unknown
1 Other
2 Enabled
3 Disabled
4 Shutting Down
5 Not Applicable
6 Enabled but Offline
7 In Test
8 Deferred
9 Quiesce
10 Starting
11..32767 DMTF Reserved
32768..65535 Vendor Reserved

string StartMode

Deprecated! Note: The use of this element is deprecated in lieu of the EnabledDefault property that is inherited from EnabledLogicalElement. The EnabledLogicalElement addresses the same semantics. The change to a uint16 data type was discussed when CIM V2.0 was defined. However, existing V1.0 implementations used the string property. To remain compatible with those implementations, StartMode was grandfathered into the schema. Use of the deprecated qualifier allows the maintenance of the existing property but also permits an improved, clarified definition using EnabledDefault.

Deprecated description: StartMode is a string value that indicates whether the Service is automatically started by a System, an Operating System, and so on, or is started only upon request.

uint16[] OperationalStatus

Indicates the current statuses of the element. Various operational statuses are defined. Many of the enumeration’s values are self-explanatory. However, a few are not and are described here in more detail.

“Stressed” indicates that the element is functioning, but needs attention. Examples of “Stressed” states are overload, overheated, and so on.

“Predictive Failure” indicates that an element is functioning nominally but predicting a failure in the near future.

“In Service” describes an element being configured, maintained, cleaned, or otherwise administered.

“No Contact” indicates that the monitoring system has knowledge of this element, but has never been able to establish communications with it.

“Lost Communication” indicates that the ManagedSystem Element is known to exist and has been contacted successfully in the past, but is currently unreachable.

“Stopped” and “Aborted” are similar, although the former implies a clean and orderly stop, while the latter implies an abrupt stop where the state and configuration of the element might need to be updated.

“Dormant” indicates that the element is inactive or quiesced.

“Supporting Entity in Error” indicates that this element might be “OK” but that another element, on which it is dependent, is in error. An example is a network service or endpoint that cannot function due to lower-layer networking problems.

“Completed” indicates that the element has completed its operation. This value should be combined with either OK, Error, or Degraded so that a client can tell if the complete operation Completed with OK (passed), Completed with Error (failed), or Completed with Degraded (the operation finished, but it did not complete OK or did not report an error).

“Power Mode” indicates that the element has additional power model information contained in the Associated PowerManagementService association.

“Relocating” indicates the element is being relocated.

OperationalStatus replaces the Status property on ManagedSystemElement to provide a consistent approach to enumerations, to address implementation needs for an array property, and to provide a migration path from today’s environment to the future. This change was not made earlier because it required the deprecated qualifier. Due to the widespread use of the existing Status property in management applications, it is strongly recommended that providers or instrumentation provide both the Status and OperationalStatus properties. Further, the first value of OperationalStatus should contain the primary status for the element. When instrumented, Status (because it is single-valued) should also provide the primary status of the element.

ValueMap Values
0 Unknown
1 Other
2 OK
3 Degraded
4 Stressed
5 Predictive Failure
6 Error
7 Non-Recoverable Error
8 Starting
9 Stopping
10 Stopped
11 In Service
12 No Contact
13 Lost Communication
14 Aborted
15 Dormant
16 Supporting Entity in Error
17 Completed
18 Power Mode
19 Relocating
DMTF Reserved
0x8000.. Vendor Reserved

Local methods

uint32 DeleteMDRAID (LMI_MDRAIDStorageExtent TheElement, CIM_ConcreteJob Job)

Delete MD RAID array. All members are detached from the array and all RAID metadata are erased.

ValueMap Values
0 Completed with No Error
1 Not Supported
2 Unknown
3 Timeout
4 Failed
5 Invalid Parameter
6 In Use
DMTF Reserved
4096 Method Parameters Checked - Job Started
4097 Size Not Supported
4098..32767 Method Reserved
32768..65535 Vendor Specific

Parameters

IN LMI_MDRAIDStorageExtent TheElement
The MD RAID device to destroy.
OUT CIM_ConcreteJob Job
Reference to the job (may be null if job completed).

uint32 DeleteLV (CIM_ConcreteJob Job, LMI_LVStorageExtent TheElement)

Start a job to delete a Logical Volume. If 0 is returned, the function completed successfully and no ConcreteJob was required. If 4096/0x1000 is returned, a ConcreteJob will be started to delete the element. A reference to the Job is returned in the Job parameter.

This method is alias of ReturnToStoragePool().

ValueMap Values
0 Job Completed with No Error
1 Not Supported
2 Unknown
3 Timeout
4 Failed
5 Invalid Parameter
6 In Use
DMTF Reserved
4096 Method Parameters Checked - Job Started
4097..32767 Method Reserved
32768..65535 Vendor Specific

Parameters

OUT CIM_ConcreteJob Job
Reference to the job (may be null if job completed).
IN LMI_LVStorageExtent TheElement
Reference to the element to return to the StoragePool.

uint32 ReturnToStoragePool (CIM_ConcreteJob Job, CIM_LogicalElement TheElement)

Start a job to delete an element previously created from a StoragePool. The freed space is returned to the source StoragePool. If 0 is returned, the function completed successfully and no ConcreteJob was required. If 4096/0x1000 is returned, a ConcreteJob will be started to delete the element. A reference to the Job is returned in the Job parameter.

ValueMap Values
0 Job Completed with No Error
1 Not Supported
2 Unknown
3 Timeout
4 Failed
5 Invalid Parameter
6 In Use
DMTF Reserved
4096 Method Parameters Checked - Job Started
4097..32767 Method Reserved
32768..65535 Vendor Specific

Parameters

OUT CIM_ConcreteJob Job
Reference to the job (may be null if job completed).
IN CIM_LogicalElement TheElement
Reference to the element to return to the StoragePool.

uint32 CreateOrModifyVG (string ElementName, LMI_VGStorageSetting Goal, CIM_StorageExtent[] InExtents, LMI_VGStoragePool Pool, CIM_ConcreteJob Job, uint64 Size)

Create or modify Volume Group. This method is shortcut to CreateOrModifyStoragePool with the right Goal. Lazy applications can use this method to create or modify VGs, without calculation of the Goal setting.

ValueMap Values
0 Job Completed with No Error
1 Not Supported
2 Unknown
3 Timeout
4 Failed
5 Invalid Parameter
6 In Use
4096 Method Parameters Checked - Job Started
4097 Size Not Supported

Parameters

IN string ElementName

Requested volume group name. If this parameter is not provided, implementation will choose on it’s own when creating the device.

When modifying a Volume Group, the VG will be renamed to this name.
IN LMI_VGStorageSetting Goal
Only for advanced use, simple application should not set this parameter.
IN CIM_StorageExtent[] InExtents

List of all Physical Volumes of the VG.

When creating a VG, these devices will be PVs of the VG.

When modifying a VG, this is list of new PVs of the VG. Any existing PVs, which are not listed in InExtents, will be removed from the VG. Any devices, which are listed in InExtents and are not PVs of the VG will be added to the VG.

IN, OUT LMI_VGStoragePool Pool

On input: VG to modify. Do not use this parameter when creating a VG.

On output: the created or modified VG.
OUT CIM_ConcreteJob Job
Reference to the job (may be null if job completed).
OUT uint64 Size
Size of the volume group.

uint32 CreateOrModifyLV (string ElementName, uint64 Size, LMI_VGStoragePool InPool, LMI_LVStorageSetting Goal, LMI_LVStorageExtent TheElement, CIM_ConcreteJob Job)

Create or modify Logical Volume. This method is shortcut to CreateOrModifyElementFromStoragePool with the right Goal. Lazy applications can use this method to create or modify LVs, without calculation of the Goal setting.

ValueMap Values
0 Job Completed with No Error
1 Not Supported
2 Unknown
3 Timeout
4 Failed
5 Invalid Parameter
6 In Use
DMTF Reserved
4096 Method Parameters Checked - Job Started
4097 Size Not Supported
4098..32767 Method Reserved
32768..65535 Vendor Specific

Parameters

IN string ElementName

Requested Logical Volume name. If this parameter is not provided, implementation will choose on it’s own when creating the device.

When modifying a LV, the LV will be renamed to this name.
IN uint64 Size

Requested LV size. It will be rounded to multiples of VG’s ExtentSize.

When used when modifying a LV, this LV will be resized to this size.

Only growing of LVs is supported, shrinking is not supported now.

IN LMI_VGStoragePool InPool
Used only when creating a LV. This parameter specifies from which VG should be the LV allocated.
IN LMI_LVStorageSetting Goal
Only for advanced use, simple application should not set this parameter.
IN, OUT LMI_LVStorageExtent TheElement

On input: LV to modify. Do not use this parameter when creating a LV.

On output: the created or modified LV.
OUT CIM_ConcreteJob Job
Reference to the job (may be null if job completed).

uint32 CreateOrModifyElementFromStoragePool (string ElementName, uint16 ElementType, CIM_ConcreteJob Job, CIM_ManagedElement Goal, uint64 Size, CIM_StoragePool InPool, CIM_LogicalElement TheElement)

Start a job to create (or modify) a Logical Volume from a LMI_StoragePool. One of the parameters for this method is Size. As an input parameter, Size specifies the desired size of the element. As an output parameter, it specifies the size achieved. The Size is rounded to extent size of the Volume Group. Space is taken from the input StoragePool. The desired settings for the element are specified by the Goal parameter. If the requested size cannot be created, no action will be taken, and the Return Value will be 4097/0x1001. Also, the output value of Size is set to the nearest possible size.

This method supports renaming or resizing of a Logical Volume.

If 0 is returned, the function completed successfully and no ConcreteJob instance was required. If 4096/0x1000 is returned, a ConcreteJob will be started to create the element. The Job’s reference will be returned in the output parameter Job.
ValueMap Values
0 Job Completed with No Error
1 Not Supported
2 Unknown
3 Timeout
4 Failed
5 Invalid Parameter
6 In Use
DMTF Reserved
4096 Method Parameters Checked - Job Started
4097 Size Not Supported
4098..32767 Method Reserved
32768..65535 Vendor Specific

Parameters

IN string ElementName
A end user relevant name for the element being created, i.e. name of the Logical Volume. If NULL, then a system supplied default name can be used. The value will be stored in the ‘ElementName’ property for the created element. If not NULL, this parameter will supply a new name when modifying an existing element.
IN uint16 ElementType

Enumeration indicating the type of element being created or modified.

Only StorageElement is supported now.

If the input parameter TheElement is specified when the operation is a ‘modify’, this type value must match the type of that instance.

ValueMap Values
0 Unknown
1 Reserved
2 StorageVolume
3 StorageExtent
4 LogicalDisk
5 ThinlyProvisionedStorageVolume
6 ThinlyProvisionedLogicalDisk
DMTF Reserved
32768..65535 Vendor Specific
OUT CIM_ConcreteJob Job
Reference to the job (may be null if job completed).
IN CIM_ManagedElement Goal

The requirements for the element to maintain. If set to a null value, the default configuration from the source pool will be used. This parameter should be a reference to a Setting or Profile appropriate to the element being created. If not NULL, this parameter will supply a new Goal when modifying an existing element.

As we support only Volume Groups and simple Logical Volumes for now, no redundancy or stripping may be specified. Null is the safest option here.
IN, OUT uint64 Size
As an input parameter Size specifies the desired size. The Size will be rounded to extent size of the Volume Group. If not NULL, this parameter will supply a new size when modifying an existing element. As an output parameter Size specifies the size achieved.
IN CIM_StoragePool InPool
The Pool from which to create the element. This parameter must be set to null if the input parameter TheElement is specified (in the case of a ‘modify’ operation).
IN, OUT CIM_LogicalElement TheElement
As an input parameter: if null, creates a new element. If not null, then the method modifies the specified element. As an output parameter, it is a reference to the resulting element.

uint32 CreateOrModifyStoragePool (string ElementName, CIM_ConcreteJob Job, CIM_StorageSetting Goal, uint64 Size, string[] InPools, string[] InExtents, CIM_StoragePool Pool)

Starts a job to create (or modify) a StoragePool.Only Volume Groups can be created or modified using this method.

LMI supports only creation of pools from whole StorageExtents, it is not possible to allocate only part of an StorageExtent.

One of the parameters for this method is Size. As an input parameter, Size specifies the desired size of the pool. It must match sum of all input extent sizes. Error will be returned if not, with correct Size output parameter value.

Any InPools as parameter will result in error.

The capability requirements that the Pool must support are defined using the Goal parameter.

This method supports renaming of a Volume Group and adding and removing StorageExtents to/from a Volume Group.

If 0 is returned, then the task completed successfully and the use of ConcreteJob was not required. If the task will take some time to complete, a ConcreteJob will be created and its reference returned in the output parameter Job.

This method automatically formats the StorageExtents added to a Volume Group as Physical Volumes.
ValueMap Values
0 Job Completed with No Error
1 Not Supported
2 Unknown
3 Timeout
4 Failed
5 Invalid Parameter
6 In Use
DMTF Reserved
4096 Method Parameters Checked - Job Started
4097 Size Not Supported
4098..32767 Method Reserved
32768..65535 Vendor Specific

Parameters

IN string ElementName

A end user relevant name for the pool being created.

If a Volume Group is being created or modified, it is used as the Volume Group name.

If null, then a system supplied default name will be used. The value will be stored in the ‘ElementName’ property for the created pool. If not null, this parameter will supply a new name when modifying an existing pool.

OUT CIM_ConcreteJob Job
Reference to the job (may be null if job completed).
IN CIM_StorageSetting Goal

Reference to an instance of StorageSetting that defines the desired capabilities of the StoragePool. If set to a null value, the default configuration from the source pool will be used. If not NULL, this parameter will supply a new Goal setting when modifying an existing pool.

As only simple Volume Groups are supported now, no redundancy or stripping may be used. Null is the safest option here.

IN, OUT uint64 Size

As an input parameter this specifies the desired pool size in bytes. If provided, it must match sum of sizes of all input StorageExtents.

As an output parameter this specifies the size achieved.

IN string[] InPools
This parameter is not supported by LMI and must be null.
IN string[] InExtents

Array of strings containing representations of references to CIM_StorageExtent instances, that are used to create the Pool.

If a pool is being modified using this method, these StorageExtent instances are interpreted as requested members of the Volume Groups. All StorageExtents, which are members of the Volume Groups and are not listed in InExtents parameter are removed from the Volume Group. All Storage Extents, which are not members of the Volume Group and are listed in InExtents parameter are added to tghe Volume Group.

If null, no extents are removed and/or added to to Volume Group.

IN, OUT CIM_StoragePool Pool
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.

uint32 CreateOrModifyMDRAID (uint16 Level, string ElementName, CIM_StorageExtent[] InExtents, LMI_MDRAIDStorageSetting Goal, LMI_MDRAIDStorageExtent TheElement, CIM_ConcreteJob Job, uint64 Size)

Create or modify MD RAID array. This method is shortcut to CreateOrModifyElementFromElements with the right Goal. Lazy applications can use this method to create or modify MD RAID with the right level, without calculation of the Goal setting.

Either Level or Goal must be specified. If both are specified, they must match.

RAID modification is not yet supported.

ValueMap Values
0 Completed with No Error
1 Not Supported
2 Unknown
3 Timeout
4 Failed
5 Invalid Parameter
6 In Use
DMTF Reserved
4096 Method Parameters Checked - Job Started
4097 Size Not Supported
4098..32767 Method Reserved
32768..65535 Vendor Specific

Parameters

IN uint16 Level

Requested RAID level.

ValueMap Values
0 RAID0
1 RAID1
4 RAID4
5 RAID5
6 RAID6
10 RAID10
IN string ElementName
Requested MD RAID name, i.e. if /dev/md/my_name is created, the ElementName should be set to “my_name”. If this parameter is not provided, implementation will choose on it’s own when creating the device.
IN CIM_StorageExtent[] InExtents
List of CIM_StorageExtents which should be part of the RAID. Any data of these devices will be destroyed.
IN LMI_MDRAIDStorageSetting Goal
Requested MD RAID setting. It’s only for very advanced settings, simple applications should use Level parameter.
IN, OUT LMI_MDRAIDStorageExtent TheElement

On input: MD RAID device to modify. Do not use this parameter when creating new array.

On output: the created MD RAID.
OUT CIM_ConcreteJob Job
Reference to the job (may be null if job completed).
OUT uint64 Size
Size of the RAID device.

uint32 CreateOrModifyElementFromElements (string ElementName, uint16 ElementType, CIM_ConcreteJob Job, CIM_ManagedElement Goal, uint64 Size, CIM_StorageExtent[] InElements, CIM_LogicalElement TheElement)

Start a job to create (or modify) a MD RAID from specified input StorageExtents. Only whole StorageExtents can be added to a RAID.

As an input parameter, Size specifies the desired size of the element and must match size of all input StorageVolumes combined in the RAID. Use null to avoid this calculation. As an output parameter, it specifies the size achieved.

The desired Settings for the element are specified by the Goal parameter.

If 0 is returned, the function completed successfully and no ConcreteJob instance was required. If 4096/0x1000 is returned, a ConcreteJob will be started to create the element. The Job’s reference will be returned in the output parameter Job.

This method does not support MD RAID modification for now.

ValueMap Values
0 Completed with No Error
1 Not Supported
2 Unknown
3 Timeout
4 Failed
5 Invalid Parameter
6 In Use
DMTF Reserved
4096 Method Parameters Checked - Job Started
4097 Size Not Supported
4098..32767 Method Reserved
32768..65535 Vendor Specific

Parameters

IN string ElementName
A end user relevant name for the MD RAID, i.e. /dev/md/<ElementName>. If NULL, then a system-supplied default name can be used. The value will be stored in the ‘ElementName’ property for the created element. If not NULL, this parameter will supply a new name when modifying an existing element.
IN uint16 ElementType

Enumeration indicating the type of element being created or modified.

Only StorageExtent is supported now.

If the input parameter TheElement is specified when the operation is a ‘modify’, this type value must match the type of that instance. The actual CIM class of the created TheElement can be vendor-specific, but it must be a derived class of the appropriate CIM class – i.e., CIM_StorageVolume, CIM_StorageExtent, CIM_LogicalDisk, or CIM_StoragePool.

ValueMap Values
0 Unknown
1 Reserved
2 Storage Volume
3 Storage Extent
4 Storage Pool
5 Logical Disk
6 ThinlyProvisionedStorageVolume
7 ThinlyProvisionedLogicalDisk
DMTF Reserved
32768..65535 Vendor Specific
OUT CIM_ConcreteJob Job
Reference to the job (may be null if job completed).
IN CIM_ManagedElement Goal
The requirements for the element to maintain. If set to a null value, the default configuration associated with the Service will be used. This parameter should be a reference to a Setting, SettingData, or Profile appropriate to the element being created. If not NULL, this parameter will supply a new Goal when modifying an existing element.
IN, OUT uint64 Size
As an input parameter Size specifies the desired size. If not NULL, this parameter must match resulting size of the RAID. As an output parameter Size specifies the size achieved.
IN CIM_StorageExtent[] InElements
Array of references to storage element instances that are used to create or modify TheElement.
IN, OUT CIM_LogicalElement TheElement
As an input parameter: if null, creates a new element. If not null, then the method modifies the specified element. As an output parameter, it is a reference to the resulting element.

uint32 DeleteVG (CIM_ConcreteJob Job, CIM_StoragePool Pool)

Start a job to delete a Volume Group. If 0 is returned, the function completed successfully, and no ConcreteJob was required. If 4096/0x1000 is returned, a ConcreteJob will be started to delete the StoragePool. A reference to the Job is returned in the Job parameter.

ValueMap Values
0 Job Completed with No Error
1 Not Supported
2 Unknown
3 Timeout
4 Failed
5 Invalid Parameter
6 In Use
DMTF Reserved
4096 Method Parameters Checked - Job Started
4097..32767 Method Reserved
32768..65535 Vendor Specific

Parameters

OUT CIM_ConcreteJob Job
Reference to the job (may be null if job completed).
IN CIM_StoragePool Pool
Reference to the pool to delete.

uint32 DeleteStoragePool (CIM_ConcreteJob Job, CIM_StoragePool Pool)

Start a job to delete a StoragePool. The freed space is returned source StoragePools (indicated by AllocatedFrom StoragePool) or back to underlying storage extents. If 0 is returned, the function completed successfully, and no ConcreteJob was required. If 4096/0x1000 is returned, a ConcreteJob will be started to delete the StoragePool. A reference to the Job is returned in the Job parameter.

ValueMap Values
0 Job Completed with No Error
1 Not Supported
2 Unknown
3 Timeout
4 Failed
5 Invalid Parameter
6 In Use
DMTF Reserved
4096 Method Parameters Checked - Job Started
4097..32767 Method Reserved
32768..65535 Vendor Specific

Parameters

OUT CIM_ConcreteJob Job
Reference to the job (may be null if job completed).
IN CIM_StoragePool Pool
Reference to the pool to delete.

Table Of Contents

Previous topic

LMI_ResidesOnExtent

Next topic

LMI_StorageElementStatisticalData

This Page