CIM_PolicySet, ROOT\StandardCimv2\MS_409

Class | Childs (1) | Methods | Properties (9) | Qualifiers (4) | Instances | Namespaces (2)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

PolicySet is an abstract class that represents a set of policies that form a coherent set. The set of contained policies has a common decision strategy and a common set of policy roles (defined via the PolicySetInRole Collection association). Subclasses include PolicyGroup and PolicyRule.

CIM_PolicySet - child subclasses in ROOT\StandardCimv2\MS_409

Number of classes:1
Class nameChildsPropertiesMethodsClass
Instances
Child
Instances
AbstractSingleton
CIM_PolicyRule2190----

CIM_PolicySet properties

CIM_PolicySet has 9 properties (3 Local, 6 Derived)

NameOriginCIMType
CaptionCIM_ManagedElement8 [string]
CommonNameCIM_Policy8 [string]
DescriptionCIM_ManagedElement8 [string]
ElementNameCIM_ManagedElement8 [string]
EnabledCIM_PolicySet18 [uint16]
InstanceIDCIM_ManagedElement8 [string]
PolicyDecisionStrategyCIM_PolicySet18 [uint16]
PolicyKeywordsCIM_Policy8 [string]
PolicyRolesCIM_PolicySet8 [string]

Detailed description of CIM_PolicySet properties

Local properties (3) of CIM_PolicySet class

Enabled property
CIMTYPE'uint16'
Description'Indicates whether this PolicySet is administratively enabled, administratively disabled, or enabled for debug. The "EnabledForDebug" property value is deprecated and, when it or any value not understood by the receiver is specified, the receiving enforcement point treats the PolicySet as "Disabled". To determine if a PolicySet is "Enabled", the containment hierarchy specified by the PolicySetComponent aggregation is examined and the Enabled property values of the hierarchy are ANDed together. Thus, for example, everything aggregated by a PolicyGroup may be disabled by setting the Enabled property in the PolicyGroup instance to "Disabled" without changing the Enabled property values of any of the aggregated instances. The default value is 1 ("Enabled").'
Values['Enabled', 'Disabled', 'Enabled For Debug']
Enabled property is in 15 classes of ROOT\StandardCimv2\MS_409 and in 142 namespaces
PolicyDecisionStrategy property
CIMTYPE'uint16'
Description'PolicyDecisionStrategy defines the evaluation method used for policies contained in the PolicySet. There are two values currently defined:
- \'First Matching\' (1) executes the actions of the first rule whose conditions evaluate to TRUE. The concept of \'first\' is determined by examining the priority of the rule within the policy set (i.e., by examining the property, PolicySetComponent.Priority). Note that this ordering property MUST be maintained when processing the PolicyDecisionStrategy.
- \'All\' (2) executes the actions of ALL rules whose conditions evaluate to TRUE, in the set. As noted above, the order of processing of the rules is defined by the property, PolicySetComponent.Priority (and within a rule, the ordering of the actions is defined by the property, PolicyActionStructure.ActionOrder). Note that when this strategy is defined, processing MUST be completed of ALL rules whose conditions evaluate to TRUE, regardless of errors in the execution of the rule actions.'
Values['First Matching', 'All']
PolicyDecisionStrategy property is in 7 classes of ROOT\StandardCimv2\MS_409 and in 2 namespaces
PolicyRoles property
CIMTYPE'string'
Description'The PolicyRoles property represents the roles associated with a PolicySet. All contained PolicySet instances inherit the values of the PolicyRoles of the aggregating PolicySet but the values are not copied. A contained PolicySet instance may, however, add additional PolicyRoles to those it inherits from its aggregating PolicySet(s). Each value in PolicyRoles multi-valued property represents a role for which the PolicySet applies, i.e., the PolicySet should be used by any enforcement point that assumes any of the listed PolicyRoles values.

Although not officially designated as \'role combinations\', multiple roles may be specified using the form:
[&&]*
where the individual role names appear in alphabetical order (according to the collating sequence for UCS-2). Implementations may treat PolicyRoles values that are specified as \'role combinations\' as simple strings.

This property is deprecated in lieu of the use of an association, CIM_PolicySetInRoleCollection. The latter is a more explicit and less error-prone approach to modeling that a PolicySet has one or more PolicyRoles.'
PolicyRoles property is in 7 classes of ROOT\StandardCimv2\MS_409 and in 2 namespaces

Derived properties (6) of CIM_PolicySet class

Caption property
CIMTYPE'string'
Description'The Caption property is a short textual description (one- line string) of the object.'
Caption property is in 153 classes of ROOT\StandardCimv2\MS_409 and in 37 namespaces
CommonName property
CIMTYPE'string'
Description'A user-friendly name of this policy-related object.'
CommonName property is in 20 classes of ROOT\StandardCimv2\MS_409 and in 5 namespaces
Description property
CIMTYPE'string'
Description'The Description property provides a textual description of the object.'
Description property is in 154 classes of ROOT\StandardCimv2\MS_409 and in 142 namespaces
ElementName property
CIMTYPE'string'
Description'A user-friendly name for the object. This property allows each instance to define a user-friendly name in addition to its key properties, identity data, and description information.
Note that the Name property of ManagedSystemElement is also defined as a user-friendly name. But, it is often subclassed to be a Key. It is not reasonable that the same property can convey both identity and a user-friendly name, without inconsistencies. Where Name exists and is not a Key (such as for instances of LogicalDevice), the same information can be present in both the Name and ElementName properties. Note that if there is an associated instance of CIM_EnabledLogicalElementCapabilities, restrictions on this properties may exist as defined in ElementNameMask and MaxElementNameLen properties defined in that class.'
ElementName property is in 153 classes of ROOT\StandardCimv2\MS_409 and in 21 namespaces
InstanceID property
CIMTYPE'string'
Description'InstanceID is an optional property that may be used to opaquely and uniquely identify an instance of this class within the scope of the instantiating Namespace. Various subclasses of this class may override this property to make it required, or a key. Such subclasses may also modify the preferred algorithms for ensuring uniqueness that are defined below.
To ensure uniqueness within the NameSpace, the value of InstanceID should be constructed using the following "preferred" algorithm:
:
Where and are separated by a colon (:), and where must include a copyrighted, trademarked, or otherwise unique name that is owned by the business entity that is creating or defining the InstanceID or that is a registered ID assigned to the business entity by a recognized global authority. (This requirement is similar to the _ structure of Schema class names.) In addition, to ensure uniqueness, must not contain a colon (:). When using this algorithm, the first colon to appear in InstanceID must appear between and .
is chosen by the business entity and should not be reused to identify different underlying (real-world) elements. If not null and the above "preferred" algorithm is not used, the defining entity must assure that the resulting InstanceID is not reused across any InstanceIDs produced by this or other providers for the NameSpace of this instance.
If not set to null for DMTF-defined instances, the "preferred" algorithm must be used with the set to CIM.'
InstanceID property is in 153 classes of ROOT\StandardCimv2\MS_409 and in 21 namespaces
PolicyKeywords property
CIMTYPE'string'
Description'An array of keywords for characterizing / categorizing policy objects. Keywords are of one of two types:
- Keywords defined in this and other MOFs, or in DMTF white papers. These keywords provide a vendor- independent, installation-independent way of characterizing policy objects.
- Installation-dependent keywords for characterizing policy objects. Examples include \'Engineering\', \'Billing\', and \'Review in December 2000\'.
This MOF defines the following keywords: \'UNKNOWN\', \'CONFIGURATION\', \'USAGE\', \'SECURITY\', \'SERVICE\', \'MOTIVATIONAL\', \'INSTALLATION\', and \'EVENT\'. These concepts are self-explanatory and are further discussed in the SLA/Policy White Paper. One additional keyword is defined: \'POLICY\'. The role of this keyword is to identify policy-related instances that may not be otherwise identifiable, in some implementations. The keyword \'POLICY\' is NOT mutually exclusive of the other keywords specified above.'
PolicyKeywords property is in 20 classes of ROOT\StandardCimv2\MS_409 and in 2 namespaces

CIM_PolicySet Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
AMENDMENTTrue
Description'PolicySet is an abstract class that represents a set of policies that form a coherent set. The set of contained policies has a common decision strategy and a common set of policy roles (defined via the PolicySetInRole Collection association). Subclasses include PolicyGroup and PolicyRule.'
LOCALE'MS_409'
Version'2.8.0'

CIM_PolicySet System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\StandardCimv2\MS_409:CIM_PolicySet'___SYSTEM8
__NAMESPACE'ROOT\StandardCimv2\MS_409'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['CIM_Policy', 'CIM_ManagedElement']___SYSTEM8
__PROPERTY_COUNT9___SYSTEM3
__RELPATH'CIM_PolicySet'___SYSTEM8
__DYNASTY'CIM_ManagedElement'___SYSTEM8
__SUPERCLASS'CIM_Policy'___SYSTEM8
__CLASS'CIM_PolicySet'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to CIM_PolicySet

Number of classes:78
Class nameChildsPropertiesMethodsClass
Instances
Child
Instances
AbstractSingleton
CIM_ElementSettingData750----
CIM_PolicySetComponent130----
CIM_ScopedSettingData140----
CIM_SettingData440----
DtcLogFileSettings000----
DtcNetworkSettings000----
DtcTransactionsTraceSettings000----
MSFT_DASettingsIndication000----
MSFT_DtcAdvancedHostSettingTask000----
MSFT_DtcAdvancedSettingTask000----
MSFT_DtcNetworkSettingTask000----
MSFT_DtcTransactionsTraceSettingTask000----
MSFT_NetAdapter_QosSettings090----
MSFT_NetAdapterAdvancedPropertyElementSetting050----
MSFT_NetAdapterAdvancedPropertySettingData0231----
MSFT_NetAdapterBindingElementSetting050----
MSFT_NetAdapterBindingSettingData0152----
MSFT_NetAdapterChecksumOffloadElementSetting050----
MSFT_NetAdapterChecksumOffloadSettingData0142----
MSFT_NetAdapterElementSettingData1850----
MSFT_NetAdapterEncapsulatedPacketTaskOffloadElementSetting050----
MSFT_NetAdapterEncapsulatedPacketTaskOffloadSettingData0102----
MSFT_NetAdapterHardwareInfoElementSetting050----
MSFT_NetAdapterHardwareInfoSettingData0440----
MSFT_NetAdapterIPsecOffloadV2ElementSetting050----
MSFT_NetAdapterIPsecOffloadV2SettingData083----
MSFT_NetAdapterLsoElementSetting050----
MSFT_NetAdapterLsoSettingData0142----
MSFT_NetAdapterPowerManagementElementSetting050----
MSFT_NetAdapterPowerManagementSettingData0192----
MSFT_NetAdapterQosElementSetting050----
MSFT_NetAdapterQosSettingData0132----
MSFT_NetAdapterRdmaElementSetting050----
MSFT_NetAdapterRdmaSettingData0192----
MSFT_NetAdapterRscElementSetting050----
MSFT_NetAdapterRscSettingData0152----
MSFT_NetAdapterRssElementSetting050----
MSFT_NetAdapterRssSettingData0142----
MSFT_NetAdapterSettingData1880----
MSFT_NetAdapterSriovElementSetting050----
MSFT_NetAdapterSriovSettingData0242----
MSFT_NetAdapterSriovVfElementSetting050----
MSFT_NetAdapterSriovVfSettingData0160----
MSFT_NetAdapterStatisticsElementSetting050----
MSFT_NetAdapterStatisticsSettingData0290----
MSFT_NetAdapterVmqElementSetting050----
MSFT_NetAdapterVmqQueueElementSetting050----
MSFT_NetAdapterVmqQueueSettingData0170----
MSFT_NetAdapterVmqSettingData0252----
MSFT_NetAdapterVPortElementSetting050----
MSFT_NetAdapterVPortSettingData0190----
MSFT_NetBranchCacheClientSettingData0120----
MSFT_NetBranchCacheContentServerSettingData050----
MSFT_NetBranchCacheHostedCacheServerSettingData070----
MSFT_NetBranchCacheNetworkSettingData0170----
MSFT_NetBranchCacheSettingData440----
MSFT_NetConSecRuleEMAuthSet030----
MSFT_NetConSecRuleMMAuthSet030----
MSFT_NetConSecRuleQMCryptoSet030----
MSFT_NetIKEAuthSet2310----
MSFT_NetIKECryptoSet2310----
MSFT_NetIKEMMCryptoSet0342----
MSFT_NetIKEP1AuthSet0312----
MSFT_NetIKEP2AuthSet0312----
MSFT_NetIKEQMCryptoSet0322----
MSFT_NetIPsecDoSPSetting0260----
MSFT_NetMainModeRuleMMAuthSet030----
MSFT_NetMainModeRuleMMCryptoSet030----
MSFT_NetOffloadGlobalSetting0110----
MSFT_NetQosDcbxSettingData050----
MSFT_NetQosFlowControlSettingData072----
MSFT_NetQosPolicySettingData0270----
MSFT_NetQosTrafficClassSettingData080----
MSFT_NetSecuritySettingData0180----
MSFT_NetSettingData2840----
MSFT_NetTCPSetting0340----
MSFT_NetTransportFilterTCPSetting020----
MSFT_NetUDPSetting0150----
comments powered by Disqus
WUtils.com