Class CIM_PolicySetInSystem

CIM_Dependency
   extended by CIM_HostedDependency
      extended by CIM_PolicyInSystem
         extended by CIM_PolicySetInSystem

Known Subclasses:
CIM_PolicyRuleInSystem

Abstract Association class CIM_PolicySetInSystem
extends CIM_PolicyInSystem

General Information:
PolicySetInSystem is an abstract association class that represents a relationship between a System and a PolicySet used in the administrative scope of that system (e.g., AdminDomain, ComputerSystem). The Priority property is used to assign a relative priority to a PolicySet within the administrative scope in contexts where it is not a component of another PolicySet.

Qualifiers:
-------------
Association
Abstract
Version=2.6.0
UMLPackagePath=CIM::Policy


Supported Fields Summary
 REF CIM_System Antecedent Key
The System in whose scope a PolicySet is defined.
 REF CIM_PolicySet Dependent Key
A PolicySet named within the scope of a System.
 uint16 Priority
The Priority property is used to specify the relative priority of the referenced PolicySet when there are more than one PolicySet instances applied to a managed resource that are not PolicySetComponents and, therefore, have no other relative priority defined . . .

Methods Summary
  Create(Instance, ResourceCreated)
Creates a new instance of this class
  Put(Instance)
Changes properties of the selected instance
  Get(Instance)
Gets the representation of the instance
  Delete()
Deletes an 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
  Subscribe()
Subscribes to this resource (WS-Eventing)
  Unsubscribe()
Remove subscription to this resource (WS-Eventing)

Field Detail

Antecedent Key

public REF CIM_System Antecedent
General Information:
The System in whose scope a PolicySet is defined.

Qualifiers:
-------------
Override=Antecedent
Min=1
Max=1


Dependent Key

public REF CIM_PolicySet Dependent
General Information:
A PolicySet named within the scope of a System.

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


Priority

public uint16 Priority
General Information:
The Priority property is used to specify the relative priority of the referenced PolicySet when there are more than one PolicySet instances applied to a managed resource that are not PolicySetComponents and, therefore, have no other relative priority defined. The priority is a non-negative integer; a larger value indicates a higher priority.


Method Detail

Create

public  Create([IN]CIM_PolicySetInSystem Instance, [OUT] REF CIM_PolicySetInSystem ResourceCreated)
Permission Information:
No permissions defined

General Information:
Creates a new instance of this class

Product Specific Usage:
The following properties must be included in any representation of CIM_PolicySetInSystem:

Antecedent
Dependent


Put

public  Put([IN]CIM_PolicySetInSystem Instance)
Permission Information:
No permissions defined

General Information:
Changes properties of the selected instance

Product Specific Usage:
The following properties must be included in any representation of CIM_PolicySetInSystem:

Antecedent
Dependent


Get

public  Get([OUT]CIM_PolicySetInSystem Instance)
Permission Information:
No permissions defined

General Information:
Gets the representation of the instance

Delete

public  Delete()
Permission Information:
No permissions defined

General Information:
Deletes an 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

Subscribe

public  Subscribe()
Permission Information:
No permissions defined

General Information:
Subscribes to this resource (WS-Eventing)

Unsubscribe

public  Unsubscribe()
Permission Information:
No permissions defined

General Information:
Remove subscription to this resource (WS-Eventing)

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