Class CIM_ComputerSystemPackage

Used in features: Hardware Asset
Compatible with the following Intel AMT Releases: 3.0, 3.2, 4.0, 5.0, 5.1, 6.0, 6.1, 6.2, 7.0, 8.0, 8.1, 9.0, 9.5, 10.0, 11.0
CIM_Dependency
   extended by CIM_SystemPackaging
      extended by CIM_ComputerSystemPackage


Association class CIM_ComputerSystemPackage
extends CIM_SystemPackaging

General Information:
Similar to the way that LogicalDevices are 'Realized' by PhysicalElements, ComputerSystem may be realized realized in one or more PhysicalPackages. The ComputerSystemPackage association explicitly defines this relationship.

Qualifiers:
-------------
Association
Version=2.13.0
UMLPackagePath=CIM::System::SystemElements


Supported Fields Summary
 REF CIM_PhysicalPackage Antecedent Key
The PhysicalPackage(s) that realize a Unitary ComputerSystem.
 REF CIM_ComputerSystem Dependent Key
The UnitaryComputerSystem.
 string PlatformGUID
A Gloabally Unique Identifier for the System's Package.

Methods Summary
  Get(Instance)
Gets the representation of the instance
  Pull(EnumerationContext, MaxElements)
Pulls instances of this class, following an Enumerate operation
  Enumerate()
Enumerates the instances of this class
  Release(EnumerationContext)
Releases an enumeration context

Field Detail

Antecedent Key

public REF CIM_PhysicalPackage Antecedent
General Information:
The PhysicalPackage(s) that realize a Unitary ComputerSystem.

Qualifiers:
-------------
Override=Antecedent


Dependent Key

public REF CIM_ComputerSystem Dependent
General Information:
The UnitaryComputerSystem.

Qualifiers:
-------------
Override=Dependent


PlatformGUID

public string PlatformGUID
General Information:
A Gloabally Unique Identifier for the System's Package.

Product Specific Usage:
Additional Notes:
1) In Intel AMT Release 5.1 and later releases 'PlatformGUID' value matches the following pattern ^[0.9A.F]{32}$|0. No '-' character is returned and the characters order is exactly as in the UUID.


Qualifiers:
-------------
MaxLen=40


Method Detail

Get

public  Get([OUT]CIM_ComputerSystemPackage Instance)
Permission Information:
The permissions of this method depend upon the context of its usage

General Information:
Gets the representation of the instance

Pull

public  Pull([IN]String EnumerationContext, [IN]String MaxElements)
Permission Information:
All users permitted to use method, only instances to whom the user has permissions will be returned

General Information:
Pulls instances of this class, following an Enumerate operation

Enumerate

public  Enumerate()
Permission Information:
All users permitted to use method

General Information:
Enumerates the instances of this class

Release

public  Release([IN]String EnumerationContext)
Permission Information:
All users permitted to use method

General Information:
Releases an enumeration context

Copyright © 2006-2022, Intel Corporation. All rights reserved.