White Papers
Power Topology Profile
40 Version 1.0.0a
ValueMap {"2", "3" },
Values { "Enabled", "Disabled" }]
uint16 PerformanceDegradationEnabled;
[Description (
"This method is called to change the order of the "
"ManagedElements in which sequence they are affected by the "
"Service. An ordered array of ManagedElement instances is passed "
"to this method. Each ManagedElement instance shall be already "
"be associated with this Service instance via an instance of "
"Dell_OEMOrderedServiceAffectsElement. If not, the implementation "
"shall return a value of \"Error Occured\". \n"
"Upon successful execution of this method, if the "
"AssignedSequence parameter is NULL, the value of the "
"AssignedSequence property on each instance of "
"Dell_OEMOrderedServiceAffectsElement shall be updated such that "
"the values of AssignedSequence properties shall be "
"monotonically increasing in correlation with the position of "
"the referenced ManagedElement instance in the ManagedElements "
"input parameter. That is, the first position in the array shall "
"have the lowest value for AssignedSequence. The second position "
"shall have the second lowest value, and so on. \n "
"Upon successful execution, if the AssignedSequence parameter is "
"not NULL, the value of the AssignedSequence property on each "
"instance of Dell_OEMOrderedServiceAffectsElement referencing the "
"ManagedElement instance in the ManagedElements array shall be "
"updated to value of the corresponding index of the Priority "
"parameter array.\n "
"For ManagedElements instances which are associated with the "
"Service instance via Dell_OEMOrderedServiceAffectsElement and not "
"present in the ManagedElements parameter array, the "
"AssignedSequence property on the OrderedComponent association "