⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cim_policyrulevalidityperiod.mof

📁 Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be por
💻 MOF
字号:
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_PolicyRuleValidityPeriod// ==================================================================   [Association, Deprecated { "CIM_PolicySetValidityPeriod" },    UMLPackagePath ( "CIM::Policy" ), Aggregation, Version ( "2.7.0" ),     Description (       "The PolicyRuleValidityPeriod aggregation represents scheduled "       "activation and deactivation of a PolicyRule. If a PolicyRule "       "is associated with multiple policy time periods via this "       "association, then the Rule is active if at least one of the "       "time periods indicates that it is active. (In other words, the "       "PolicyTimePeriodConditions are ORed to determine whether the "       "Rule is active.) A Time Period may be aggregated by multiple "       "PolicyRules. A Rule that does not point to a "       "PolicyTimePeriodCondition via this association is, from the "       "point of view of scheduling, always active. It may, however, "       "be inactive for other reasons. For example, the Rule's Enabled "       "property may be set to \"disabled\" (value=2).")]class CIM_PolicyRuleValidityPeriod : CIM_PolicyComponent {      [Deprecated { "CIM_PolicySetValidityPeriod.GroupComponent" },       Aggregate, Override ( "GroupComponent" ), Description (          "This property contains the name of a PolicyRule that "          "contains one or more PolicyTimePeriodConditions.")]   CIM_PolicyRule REF GroupComponent;      [Deprecated { "CIM_PolicySetValidityPeriod.PartComponent" },       Override ( "PartComponent" ), Description (          "This property contains the name of a "          "PolicyTimePeriodCondition defining the valid time periods "          "for one or more PolicyRules.")]   CIM_PolicyTimePeriodCondition REF PartComponent;};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -