Class CIM_MemberOfCollection

Used in features: Security Administration , Role Based
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_MemberOfCollection


Association class CIM_MemberOfCollection

General Information:
CIM_MemberOfCollection is an aggregation used to establish membership of ManagedElements in a Collection.

Qualifiers:
-------------
Association
Aggregation
Version=2.6.0
UMLPackagePath=CIM::Core::Collection


Supported Fields Summary
 REF CIM_Collection Collection Key
The Collection that aggregates members.
 REF CIM_ManagedElement Member Key
The aggregated member of the Collection.

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

Collection Key

public REF CIM_Collection Collection
General Information:
The Collection that aggregates members.

Qualifiers:
-------------
Key
Aggregate


Member Key

public REF CIM_ManagedElement Member
General Information:
The aggregated member of the Collection.

Qualifiers:
-------------
Key


Method Detail

Get

public  Get([OUT]CIM_MemberOfCollection 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.