Class CIM_AllocationService
extends CIM_Service

This service provides methods for allocating and deallocating leaf resources to a System.

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


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_ManagedSystemElement
   |
   +--CIM_LogicalElement
   |
   +--CIM_EnabledLogicalElement
   |
   +--CIM_Service
   |
   +--CIM_AllocationService

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringThis service provides methods for allocating and deallocating leaf resources to a System.
Experimentalbooleantrue
UMLPackagePathstringCIM::Device::Cascading
Versionstring2.43.0

Class Properties

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
CommunicationStatusuint16CIM_ManagedSystemElement
CreationClassNamestringCIM_Service
DescriptionstringCIM_ManagedElement
DetailedStatusuint16CIM_ManagedSystemElement
ElementNamestringCIM_ManagedElement
EnabledDefaultuint16CIM_EnabledLogicalElement
EnabledStateuint16CIM_EnabledLogicalElement
Generationuint64CIM_ManagedElement
HealthStateuint16CIM_ManagedSystemElement
InstallDatedatetimeCIM_ManagedSystemElement
InstanceIDstringCIM_ManagedElement
LoSIDstringCIM_Service
LoSOrgIDstringCIM_Service
NamestringCIM_Service
OperatingStatusuint16CIM_ManagedSystemElement
OtherEnabledStatestringCIM_EnabledLogicalElement
PrimaryOwnerContactstringCIM_Service
PrimaryOwnerNamestringCIM_Service
PrimaryStatusuint16CIM_ManagedSystemElement
RequestedStateuint16CIM_EnabledLogicalElement
StartedbooleanCIM_Service
StartModestringCIM_Service
StatusstringCIM_ManagedSystemElement
SystemCreationClassNamestringCIM_Service
SystemNamestringCIM_Service
TimeOfLastStateChangedatetimeCIM_EnabledLogicalElement
TransitioningToStateuint16CIM_EnabledLogicalElement
AvailableRequestedStatesuint16[]CIM_EnabledLogicalElement
OperationalStatusuint16[]CIM_ManagedSystemElement
StatusDescriptionsstring[]CIM_ManagedSystemElement

Class Methods

Local Class Methods

Allocate (uint32)

Method Qualifiers (Allocate)

NameData TypeValue
DescriptionstringStarts a job to allocate remote resources (from the RemoteResources collection) to the AllocatedResources collection.
Experimentalbooleantrue
ValueMapstring0, 1, 2, 3, 4, 5, 6, .., 4096, 4098..32767, 32768..65535
ValuesstringJob Completed with No Error, Not Supported, Unknown, Timeout, Failed, Invalid Parameter, In Use, DMTF Reserved, Method Parameters Checked - Job Started, Method Reserved, Vendor Specific

Method Parameters (Allocate)

NameTypeQualifiers
NameData TypeValue
ElementTypeuint16
DescriptionstringEnumeration indicating the type of element being allocated. This type value must match the type of the instances.
INbooleantrue
ValueMapstring0, 1, 2, 3, 4, 5, 6, 7, 8
ValuesstringUnknown, Reserved, Any Type, StorageVolume, StorageExtent, StoragePool, ComputerSystem, LogicalDisk, FileShare
InElementsstring[]
DescriptionstringArray of strings containing representations of references to CIM_ManagedElement instances, that are being allocated to the AllocatedResources Collection.
INbooleantrue
Collection REF CIM_AllocatedResources
DescriptionstringThe reference to the AllocatedResource collection to which Elements are being added.
INbooleantrue
Job REF CIM_ConcreteJob
DescriptionstringReference to the job (may be null if job completed).
INbooleanfalse
OUTbooleantrue

Deallocate (uint32)

Method Qualifiers (Deallocate)

NameData TypeValue
DescriptionstringStarts a job to remove remote resources (from the AllocatedResources collection) and return them to the RemoteResources collection.
Experimentalbooleantrue
ValueMapstring0, 1, 2, 3, 4, 5, 6, .., 4096, 4098..32767, 32768..65535
ValuesstringJob Completed with No Error, Not Supported, Unknown, Timeout, Failed, Invalid Parameter, In Use, DMTF Reserved, Method Parameters Checked - Job Started, Method Reserved, Vendor Specific

Method Parameters (Deallocate)

NameTypeQualifiers
NameData TypeValue
ElementTypeuint16
DescriptionstringEnumeration indicating the type of element being deallocated. This type value must match the type of the instances.
INbooleantrue
ValueMapstring0, 1, 2, 3, 4, 5, 6, 7, 8
ValuesstringUnknown, Reserved, Any Type, StorageVolume, StorageExtent, StoragePool, ComputerSystem, LogicalDisk, FileShare
InElementsstring[]
DescriptionstringArray of strings containing representations of references to CIM_ManagedElement instances, that are being deallocated from the AllocatedResources Collection.
INbooleantrue
Collection REF CIM_AllocatedResources
DescriptionstringThe reference to the AllocatedResource collection from which Elements are being removed.
INbooleantrue
Job REF CIM_ConcreteJob
DescriptionstringReference to the job (may be null if job completed).
INbooleanfalse
OUTbooleantrue

Inherited Class Methods

NameReturn TypeClass Origin
ChangeAffectedElementsAssignedSequenceuint32CIM_Service
RequestStateChangeuint32CIM_EnabledLogicalElement
StartServiceuint32CIM_Service
StopServiceuint32CIM_Service