| Caption |
string |
CIM_ManagedElement |
|
Description
|
The Caption property is a short textual description (one- line string) of the object. |
|
MaxLen
|
64 |
|
| Description |
string |
CIM_ManagedElement |
|
Description
|
The Description property provides a textual description of the object. |
|
| ElementName |
string |
CIM_ManagedElement |
|
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. |
|
| InstallDate |
datetime |
CIM_ManagedSystemElement |
|
Description
|
A datetime value that indicates when the object was installed. Lack of a value does not indicate that the object is not installed. |
|
MappingStrings
|
MIF.DMTF|ComponentID|001.5 |
|
| Name |
string |
CIM_ManagedSystemElement |
|
Description
|
The Name property defines the label by which the object is known. When subclassed, the Name property can be overridden to be a Key property. |
|
MaxLen
|
1024 |
|
| OperationalStatus |
uint16[] |
CIM_ManagedSystemElement |
|
Description
|
Indicates the current statuses of the element. Various operational statuses are defined. Many of the enumeration's values are self-explanatory. However, a few are not and are described here in more detail.
"Stressed" indicates that the element is functioning, but needs attention. Examples of "Stressed" states are overload, overheated, and so on.
"Predictive Failure" indicates that an element is functioning nominally but predicting a failure in the near future.
"In Service" describes an element being configured, maintained, cleaned, or otherwise administered.
"No Contact" indicates that the monitoring system has knowledge of this element, but has never been able to establish communications with it.
"Lost Communication" indicates that the ManagedSystem Element is known to exist and has been contacted successfully in the past, but is currently unreachable.
"Stopped" and "Aborted" are similar, although the former implies a clean and orderly stop, while the latter implies an abrupt stop where the state and configuration of the element might need to be updated.
"Dormant" indicates that the element is inactive or quiesced.
"Supporting Entity in Error" indicates that this element might be "OK" but that another element, on which it is dependent, is in error. An example is a network service or endpoint that cannot function due to lower-layer networking problems.
"Completed" indicates that the element has completed its operation. This value should be combined with either OK, Error, or Degraded so that a client can tell if the complete operation Completed with OK (passed), Completed with Error (failed), or Completed with Degraded (the operation finished, but it did not complete OK or did not report an error).
"Power Mode" indicates that the element has additional power model information contained in the Associated PowerManagementService association.
OperationalStatus replaces the Status property on ManagedSystemElement to provide a consistent approach to enumerations, to address implementation needs for an array property, and to provide a migration path from today's environment to the future. This change was not made earlier because it required the deprecated qualifier. Due to the widespread use of the existing Status property in management applications, it is strongly recommended that providers or instrumentation provide both the Status and OperationalStatus properties. Further, the first value of OperationalStatus should contain the primary status for the element. When instrumented, Status (because it is single-valued) should also provide the primary status of the element. |
|
ValueMap
|
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, .., 0x8000.. |
|
Values
|
"Unknown" [0] "Other" [1] "OK" [2] "Degraded" [3] "Stressed" [4] "Predictive Failure" [5] "Error" [6] "Non-Recoverable Error" [7] "Starting" [8] "Stopping" [9] "Stopped" [10] "In Service" [11] "No Contact" [12] "Lost Communication" [13] "Aborted" [14] "Dormant" [15] "Supporting Entity in Error" [16] "Completed" [17] "Power Mode" [18] "DMTF Reserved" [..] "Vendor Reserved" [0x8000..] |
|
ArrayType
|
Indexed |
|
ModelCorrespondence
|
CIM_ManagedSystemElement.StatusDescriptions |
|
| StatusDescriptions |
string[] |
CIM_ManagedSystemElement |
|
Description
|
Strings describing the various OperationalStatus array values. For example, if "Stopping" is the value assigned to OperationalStatus, then this property may contain an explanation as to why an object is being stopped. Note that entries in this array are correlated with those at the same array index in OperationalStatus. |
|
ArrayType
|
Indexed |
|
ModelCorrespondence
|
CIM_ManagedSystemElement.OperationalStatus |
|
| Status |
string |
CIM_ManagedSystemElement |
|
Deprecated
|
CIM_ManagedSystemElement.OperationalStatus |
|
Description
|
A string indicating the current status of the object. Various operational and non-operational statuses are defined. This property is deprecated in lieu of OperationalStatus, which includes the same semantics in its enumeration. This change is made for 3 reasons:
1) Status is more correctly defined as an array. This definition overcomes the limitation of describing status using a single value, when it is really a multi-valued property (for example, an element might be OK AND Stopped.
2) A MaxLen of 10 is too restrictive and leads to unclear enumerated values.
3) The change to a uint16 data type was discussed when CIM V2.0 was defined. However, existing V1.0 implementations used the string property and did not want to modify their code. Therefore, Status was grandfathered into the Schema. Use of the deprecated qualifier allows the maintenance of the existing property, but also permits an improved definition using OperationalStatus. |
|
ValueMap
|
OK, Error, Degraded, Unknown, Pred Fail, Starting, Stopping, Service, Stressed, NonRecover, No Contact, Lost Comm, Stopped |
|
MaxLen
|
10 |
|
| HealthState |
uint16 |
CIM_ManagedSystemElement |
|
Description
|
Indicates the current health of the element. This attribute expresses the health of this element but not necessarily that of its subcomponents. The possible values are 0 to 30, where 5 means the element is entirely healthy and 30 means the element is completely non-functional. The following continuum is defined:
"Non-recoverable Error" (30) - The element has completely failed, and recovery is not possible. All functionality provided by this element has been lost.
"Critical Failure" (25) - The element is non-functional and recovery might not be possible.
"Major Failure" (20) - The element is failing. It is possible that some or all of the functionality of this component is degraded or not working.
"Minor Failure" (15) - All functionality is available but some might be degraded.
"Degraded/Warning" (10) - The element is in working order and all functionality is provided. However, the element is not working to the best of its abilities. For example, the element might not be operating at optimal performance or it might be reporting recoverable errors.
"OK" (5) - The element is fully functional and is operating within normal operational parameters and without error.
"Unknown" (0) - The implementation cannot report on HealthState at this time.
DMTF has reserved the unused portion of the continuum for additional HealthStates in the future. |
|
ValueMap
|
0, 5, 10, 15, 20, 25, 30, .. |
|
Values
|
"Unknown" [0] "OK" [5] "Degraded/Warning" [10] "Minor failure" [15] "Major failure" [20] "Critical failure" [25] "Non-recoverable error" [30] "DMTF Reserved" [..] |
|
| PrimaryStatus |
uint16 |
CIM_ManagedSystemElement |
|
Experimental
|
TRUE |
|
Description
|
PrimaryStatus provides a high level status value, intended to align with Red-Yellow-Green type representation of status. It should be used in conjunction with DetailedStatus to provide high level and detailed health status of the ManagedElement and its subcomponents.
PrimaryStatus consists of one of the following values: Unknown, OK, Degraded or Error. "Unknown" indicates the implementation is in general capable of returning this property, but is unable to do so at this time.
"OK" indicates the ManagedElement is functioning normally.
"Degraded" indicates the ManagedElement is functioning below normal.
"Error" indicates the ManagedElement is in an Error condition. |
|
ValueMap
|
0, 1, 2, 3, .., 0x8000.. |
|
Values
|
"Unknown" [0] "OK" [1] "Degraded" [2] "Error" [3] "DMTF Reserved" [..] "Vendor Reserved" [0x8000..] |
|
ModelCorrespondence
|
CIM_ManagedSystemElement.DetailedStatus, CIM_ManagedSystemElement.HealthState |
|
| DetailedStatus |
uint16 |
CIM_ManagedSystemElement |
|
Experimental
|
TRUE |
|
Description
|
DetailedStatus compliments PrimaryStatus with additional status detail. It consists of one of the following values: Not Available, No Additional Information, Stressed, Predictive Failure, Error, Non-Recoverable Error, SupportingEntityInError. Detailed status is used to expand upon the PrimaryStatus of the element.
A Null return indicates the implementation (provider) does not implement this property.
"Not Available" indicates that the implementation (provider) is capable of returning a value for this property, but not ever for this particular piece of hardware/software or the property is intentionally not used because it adds no meaningful information (as in the case of a property that is intended to add additional info to another property).
"No Additional Information" indicates that the element is functioning normally as indicated by PrimaryStatus = "OK".
"Stressed" indicates that the element is functioning, but needs attention. Examples of "Stressed" states are overload, overheated, and so on.
"Predictive Failure" indicates that an element is functioning normally but a failure is predicted in the near future.
"Non-Recoverable Error " indicates that this element is in an error condition that requires human intervention.
"Supporting Entity in Error" indicates that this element might be "OK" but that another element, on which it is dependent, is in error. An example is a network service or endpoint that cannot function due to lower-layer networking problems. |
|
ValueMap
|
0, 1, 2, 3, 4, 5, .., 0x8000.. |
|
Values
|
"Not Available" [0] "No Additional Information" [1] "Stressed" [2] "Predictive Failure" [3] "Non-Recoverable Error" [4] "Supporting Entity in Error" [5] "DMTF Reserved" [..] "Vendor Reserved" [0x8000..] |
|
ModelCorrespondence
|
CIM_EnabledLogicalElement.PrimaryStatus, CIM_ManagedSystemElement.HealthState |
|
| OperatingStatus |
uint16 |
CIM_ManagedSystemElement |
|
Experimental
|
TRUE |
|
Description
|
OperatingStatus provides a current status value for the operational condition of the element and can be used for providing more detail with respect to the value of EnabledState. It can also provide the transitional states when an element is transitioning from one state to another, such as when an element is transitioning between EnabledState and RequestedState, as well as other transitional conditions.
OperatingStatus consists of one of the following values: Unknown, Not Available, In Service, Starting, Stopping, Stopped, Aborted, Dormant, Completed, Migrating, Emmigrating, Immigrating, Snapshotting. Shutting Down, In Test
A Null return indicates the implementation (provider) does not implement this property.
"Unknown" indicates the implementation is in general capable of returning this property, but is unable to do so at this time.
"None" indicates that the implementation (provider) is capable of returning a value for this property, but not ever for this particular piece of hardware/software or the property is intentionally not used because it adds no meaningful information (as in the case of a property that is intended to add additional info to another property).
"Servicing" describes an element being configured, maintained, cleaned, or otherwise administered.
"Starting" describes an element being initialized.
"Stopping" describes an element being brought to an orderly stop.
"Stopped" and "Aborted" are similar, although the former implies a clean and orderly stop, while the latter implies an abrupt stop where the state and configuration of the element might need to be updated.
"Dormant" indicates that the element is inactive or quiesced.
"Completed" indicates that the element has completed its operation. This value should be combined with either OK, Error, or Degraded in the PrimaryStatus so that a client can tell if the complete operation Completed with OK (passed), Completed with Error (failed), or Completed with Degraded (the operation finished, but it did not complete OK or did not report an error).
"Migrating" element is being moved between host elements.
"Immigrating" element is being moved to new host element.
"Emigrating" element is being moved away from host element.
"Shutting Down" describes an element being brought to an abrupt stop.
"In Test" element is performing test functions.
"Transitioning" describes an element that is between states, that is, it is not fully available in either its previous state or its next state. This value should be used if other values indicating a transition to a specific state are not applicable.
"In Service" describes an element that is in service and operational. |
|
ValueMap
|
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, .., 0x8000.. |
|
Values
|
"Unknown" [0] "Not Available" [1] "Servicing" [2] "Starting" [3] "Stopping" [4] "Stopped" [5] "Aborted" [6] "Dormant" [7] "Completed" [8] "Migrating" [9] "Emigrating" [10] "Immigrating" [11] "Snapshotting" [12] "Shutting Down" [13] "In Test" [14] "Transitioning" [15] "In Service" [16] "DMTF Reserved" [..] "Vendor Reserved" [0x8000..] |
|
ModelCorrespondence
|
CIM_EnabledLogicalElement.EnabledState |
|
| CommunicationStatus |
uint16 |
CIM_ManagedSystemElement |
|
Experimental
|
TRUE |
|
Description
|
CommunicationStatus indicates the ability of the instrumentation to communicate with the underlying ManagedElement. CommunicationStatus consists of one of the following values: Unknown, None, Communication OK, Lost Communication, or No Contact.
A Null return indicates the implementation (provider) does not implement this property.
"Unknown" indicates the implementation is in general capable of returning this property, but is unable to do so at this time.
"Not Available" indicates that the implementation (provider) is capable of returning a value for this property, but not ever for this particular piece of hardware/software or the property is intentionally not used because it adds no meaningful information (as in the case of a property that is intended to add additional info to another property).
"Communication OK " indicates communication is established with the element, but does not convey any quality of service.
"No Contact" indicates that the monitoring system has knowledge of this element, but has never been able to establish communications with it.
"Lost Communication" indicates that the Managed Element is known to exist and has been contacted successfully in the past, but is currently unreachable. |
|
ValueMap
|
0, 1, 2, 3, 4, .., 0x8000.. |
|
Values
|
"Unknown" [0] "Not Available" [1] "Communication OK" [2] "Lost Communication" [3] "No Contact" [4] "DMTF Reserved" [..] "Vendor Reserved" [0x8000..] |
|
| InstanceID |
string |
CIM_PrinterElement |
|
Key
|
TRUE |
|
Description
|
Within the scope of the instantiating Namespace, InstanceID opaquely and uniquely identifies an instance of this class. To ensure uniqueness within the NameSpace, the value of InstanceID should be constructed using the following "preferred" algorithm:
<OrgID>:<LocalID>
Where <OrgID> and <LocalID> are separated by a colon (:), and where <OrgID> shall 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 <Schema Name>_<Class Name> structure of Schema class names.) In addition, to ensure uniqueness, <OrgID> shall not contain a colon (:). When using this algorithm, the first colon to appear in InstanceID shall appear between <OrgID> and <LocalID>.
<LocalID> is chosen by the business entity and should not be reused to identify different underlying (real-world) elements. If the above "preferred" algorithm is not used, the defining entity shall assure that the resulting InstanceID is not reused across any InstanceIDs produced by this or other providers for the NameSpace of this instance.
For DMTF-defined instances, the "preferred" algorithm 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 <Schema Name>_<Class Name> structure of Schema class names.) In addition, to ensure uniqueness, <OrgID> shall not contain a colon (:). When using this algorithm, the first colon to appear in InstanceID shall appear between <OrgID> and <LocalID>.
<LocalID> is chosen by the business entity and should not be reused to identify different underlying (real-world) elements. If the above "preferred" algorithm is not used, the defining entity shall assure that the resulting InstanceID is not reused across any InstanceIDs produced by this or other providers for the NameSpace of this instance.
For DMTF-defined instances, the "preferred" algorithm shall be used with the <OrgID> set to CIM. |
|
| SNMPRowId |
uint32 |
CIM_PrinterElement |
|
Description
|
A unique value used by a scoping Printer to identify this component (e.g., PrintMarker) of the scoping Printer. Although these values may change due to a reconfiguration of the Printer (e.g., the addition of new components to the Printer), values should remain stable across successive Printer power cycles. Note: This property is necessary to correlate status and event (alert) information between CIM and SNMP interfaces. |
|
MinValue
|
1 |
|
MaxValue
|
65535 |
|
MappingStrings
|
MIB.IETF|Printer-MIB.prtCoverIndex, MIB.IETF|Printer-MIB.prtInputIndex, MIB.IETF|Printer-MIB.prtOutputIndex, MIB.IETF|Printer-MIB.prtMarkerIndex, MIB.IETF|Printer-MIB.prtMarkerSuppliesIndex, MIB.IETF|Printer-MIB.prtMediaPathIndex, MIB.IETF|Printer-MIB.prtChannelIndex, MIB.IETF|Printer-MIB.prtInterpreterIndex, MIB.IETF|Printer-MIB.prtConsoleLightIndex, MIB.IETF|Finisher-MIB.finDeviceIndex, MIB.IETF|Finisher-MIB.finSupplyIndex |
|
| LocalizedDescription |
string |
CIM_PrintSupply |
|
Description
|
A free-form text description of this PrintSupply in the localization specified by CIM_Printer.CurrentNaturalLanguage. |
|
MinLen
|
0 |
|
MaxLen
|
255 |
|
MappingStrings
|
MIB.IETF|Printer-MIB.prtMarkerSuppliesDescription, MIB.IETF|Finisher-MIB.finSupplyDescription, MIB.IETF|Printer-MIB.PrtLocalizedDescriptionStringTC |
|
| Classification |
uint32 |
CIM_PrintSupply |
|
Description
|
Indicates whether this PrintSupply instance represents a PrintSupply that is consumed or a receptacle that is filled. |
|
ValueMap
|
1, 3, 4, .. |
|
Values
|
"Other" [1] "SupplyThatIsConsumed" [3] "ReceptacleThatIsFilled" [4] "DMTF Reserved" [..] |
|
MappingStrings
|
MIB.IETF|Printer-MIB.prtMarkerSuppliesClass, MIB.IETF|Finisher-MIB.finSupplyClass, MIB.IETF|Printer-MIB.PrtMarkerSuppliesClassTC |
|
ModelCorrespondence
|
CIM_PrintSupply.OtherClassification |
|
| OtherClassification |
string |
CIM_PrintSupply |
|
Description
|
A free-form string that describes the PrintSupply classification when the value of the Classification property is equal to 1 (Other). |
|
MinLen
|
0 |
|
MaxLen
|
255 |
|
ModelCorrespondence
|
CIM_PrintSupply.Classification |
|
| Type |
uint32 |
CIM_PrintSupply |
|
Description
|
The type of this PrintSupply. |
|
ValueMap
|
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, .. |
|
Values
|
"Other" [1] "Unknown" [2] "Toner" [3] "WasteToner" [4] "Ink" [5] "InkCartridge" [6] "InkRibbon" [7] "WasteInk" [8] "Opc" [9] "Developer" [10] "FuserOil" [11] "SolidWax" [12] "RibbonWax" [13] "WasteWax" [14] "Fuser" [15] "CoronaWire" [16] "FuserOilWick" [17] "CleanerUnit" [18] "FuserCleaningPad" [19] "TransferUnit" [20] "TonerCartridge" [21] "FuserOiler" [22] "Water" [23] "WasteWater" [24] "GlueWaterAdditive" [25] "WastePaper" [26] "BindingSupply" [27] "BandingSupply" [28] "StitchingWire" [29] "ShrinkWrap" [30] "PaperWrap" [31] "Staples" [32] "Inserts" [33] "Covers" [34] "DMTF Reserved" [..] |
|
MappingStrings
|
MIB.IETF|Printer-MIB.prtMarkerSuppliesType, MIB.IETF|Finisher-MIB.finSupplyType, MIB.IETF|IANA-PRINTER-MIB.PrtMarkerSuppliesTypeTC |
|
ModelCorrespondence
|
CIM_PrintSupply.OtherTypeDescription |
|
| OtherTypeDescription |
string |
CIM_PrintSupply |
|
Description
|
A free-form string that describes the PrintSupply type when the value of the Type property is equal to 1 (Other). |
|
MinLen
|
0 |
|
MaxLen
|
255 |
|
ModelCorrespondence
|
CIM_PrintSupply.Type |
|
| SupplyUnit |
uint32 |
CIM_PrintSupply |
|
Description
|
Unit of measure for this PrintSupply container (for a supply that is consumed) or receptacle (for waste that is produced). |
|
ValueMap
|
1, 2, 3, 4, 7, 8, 11, 12, 13, 14, 15, 16, 17, 18, 19, .. |
|
Values
|
"Other" [1] "Unknown" [2] "TenThousandthsOfInches" [3] "Micrometers" [4] "Impressions" [7] "Sheets" [8] "Hours" [11] "ThousandthsOfOunces" [12] "TenthsOfGrams" [13] "HundrethsOfFluidOunces" [14] "TenthsOfMilliliters" [15] "Feet" [16] "Meters" [17] "Items" [18] "Percent" [19] "DMTF Reserved" [..] |
|
MappingStrings
|
MIB.IETF|Printer-MIB.prtMarkerSuppliesSupplyUnit, MIB.IETF|Finisher-MIB.finSupplyUnit, MIB.IETF|Printer-MIB.PrtMarkerSuppliesSupplyUnitTC |
|
ModelCorrespondence
|
CIM_PrintSupply.OtherSupplyUnit |
|
| OtherSupplyUnit |
string |
CIM_PrintSupply |
|
Description
|
A free-form string that describes the PrintSupply unit when the value of the SupplyUnit property is equal to 1 (Other). |
|
MinLen
|
0 |
|
MaxLen
|
255 |
|
ModelCorrespondence
|
CIM_PrintSupply.SupplyUnit |
|
| MaxCapacityBasis |
uint16 |
CIM_PrintSupply |
|
Description
|
The basis for the limit property MaxCapacity, that specifies whether a meaningful value is available. 1 (Other) means the Printer places no restrictions on capacity and MaxCapacity shall be null. 2 (Unknown) means the Printer cannot sense a meaningful value and MaxCapacity shall be null. 3 (Actual) means the Printer can sense a meaningful value and MaxCapacity shall be present. |
|
ValueMap
|
1, 2, 3, .. |
|
Values
|
"Other" [1] "Unknown" [2] "Actual" [3] "DMTF Reserved" [..] |
|
MappingStrings
|
MIB.IETF|Printer-MIB.prtMarkerSuppliesMaxCapacity, MIB.IETF|Finisher-MIB.finSuppyMaxCapacity |
|
ModelCorrespondence
|
CIM_PrintSupply.MaxCapacity |
|
| MaxCapacity |
uint32 |
CIM_PrintSupply |
|
Description
|
The maximum capacity of this PrintSupply container (for a supply that is consumed) or receptacle (for waste that is produced) in units specified by CIM_PrintSupply.SupplyUnit. If this Printer can reliably sense this value, the value is sensed by the Printer and cannot be changed by the system administrator; otherwise, the value may be changed out-of-band by the system administrator. |
|
MinValue
|
0 |
|
MaxValue
|
2147483647 |
|
MappingStrings
|
MIB.IETF|Printer-MIB.prtMarkerSuppliesMaxCapacity, MIB.IETF|Finisher-MIB.finSuppyMaxCapacity, MIB.IETF|Printer-MIB.prtMarkerSuppliesSupplyUnit, MIB.IETF|Finisher-MIB.finSupplyUnit, MIB.IETF|Printer-MIB.PrtMarkerSuppliesSupplyUnitTC |
|
ModelCorrespondence
|
CIM_PrintSupply.MaxCapacityBasis |
|
| RemainingCapacityBasis |
uint16 |
CIM_PrintSupply |
|
Description
|
The basis for the gauge property RemainingCapacity, that specifies whether a meaningful value is available. 1 (Other) means the Printer places no restrictions on capacity and RemainingCapacity shall be null. 2 (Unknown) means the Printer cannot sense a meaningful value and RemainingCapacity shall be null. 3 (Actual) means the Printer can sense a meaningful value and RemainingCapacity shall be present. 4 (AtLeastOne) means that the Printer can only sense that at least one capacity unit remains and RemainingCapacity shall be present and shall contain the value zero or one. |
|
ValueMap
|
1, 2, 3, 4, .. |
|
Values
|
"Other" [1] "Unknown" [2] "Actual" [3] "AtLeastOne" [4] "DMTF Reserved" [..] |
|
MappingStrings
|
MIB.IETF|Printer-MIB.prtMarkerSuppliesLevel, MIB.IETF|Finisher-MIB.finSuppyCurrentLevel |
|
ModelCorrespondence
|
CIM_PrintSupply.RemainingCapacity |
|
| RemainingCapacity |
uint32 |
CIM_PrintSupply |
|
Description
|
The current remaining level of the supply if this PrintSupply is a container (for a supply that is consumed) or the remaining capacity if this PrintSupply is a receptacle (for waste that is produced), in units specified by CIM_PrintSupply.SupplyUnit. If this Printer can reliably sense this value, the value is sensed by the Printer and cannot be changed by the system administrator; otherwise, the value may be changed out-of-band by the system administrator. |
|
MinValue
|
0 |
|
MaxValue
|
2147483647 |
|
MappingStrings
|
MIB.IETF|Printer-MIB.prtMarkerSuppliesLevel, MIB.IETF|Finisher-MIB.finSuppyCurrentLevel, MIB.IETF|Printer-MIB.prtMarkerSuppliesSupplyUnit, MIB.IETF|Finisher-MIB.finSupplyUnit, MIB.IETF|Printer-MIB.PrtMarkerSuppliesSupplyUnitTC |
|
ModelCorrespondence
|
CIM_PrintSupply.RemainingCapacityBasis |
|
| ColorantRole |
uint32 |
CIM_PrintSupply |
|
Description
|
If this PrintSupply does not represent a PrintMarker colorant, then this property shall be null. If this PrintSupply does represent a PrintMarker colorant, then this property shall be present and shall denote the role played by this PrintMarker colorant. |
|
ValueMap
|
1, 3, 4, .. |
|
Values
|
"Other" [1] "Process" [3] "Spot" [4] "DMTF Reserved" [..] |
|
MappingStrings
|
MIB.IETF|Printer-MIB.prtMarkerColorantRole, MIB.IETF|Printer-MIB.PrtMarkerColorantRoleTC |
|
ModelCorrespondence
|
CIM_PrintMarker.OtherColorantRole, CIM_PrintMarker.ProcessColorants, CIM_PrintMarker.SpotColorants |
|
| OtherColorantRole |
string |
CIM_PrintSupply |
|
Description
|
If this PrintSupply does not represent a PrintMarker colorant, then this property shall be null. If this PrintSupply does represent a PrintMarker colorant and the value of the ColorantRole property is equal to 1 (Other), then this property shall be present and shall contain a free-form string that describes the role of the colorant. |
|
MinLen
|
0 |
|
MaxLen
|
255 |
|
ModelCorrespondence
|
CIM_PrintMarker.ColorantRole |
|
| ColorantName |
uint16 |
CIM_PrintSupply |
|
Description
|
If this PrintSupply does not represent a PrintMarker colorant, then this property shall be null. If this PrintSupply does represent a PrintMarker colorant, then this property shall be present and shall denote the colorant name using the standardized names from ISO 10175 (DPA) and ISO 10180 (SPDL). Vendors and administrators may specify other colorant names in the OtherColorantName property. |
|
ValueMap
|
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, .. |
|
Values
|
"Other" [1] "Unknown" [2] "White" [3] "Red" [4] "Green" [5] "Blue" [6] "Cyan" [7] "Magenta" [8] "Yellow" [9] "Black" [10] "DMTF Reserved" [..] |
|
MappingStrings
|
MIB.IETF|Printer-MIB.prtMarkerColorantValue |
|
ModelCorrespondence
|
CIM_PrintSupply.OtherColorantName |
|
| OtherColorantName |
string |
CIM_PrintSupply |
|
Description
|
If this PrintSupply does not represent a PrintMarker colorant, then this property shall be null. If this PrintSupply does represent a PrintMarker colorant and the value of the ColorantName property is equal to 1 (Other), then this property shall be present and shall contain a vendor or administrator defined value. The naming conventions in ISO 9070 are recommended in order to avoid potential name clashes. |
|
MinLen
|
0 |
|
MaxLen
|
255 |
|
ModelCorrespondence
|
CIM_PrintSupply.ColorantName |
|
| ColorantTonality |
uint32 |
CIM_PrintSupply |
|
Description
|
If this PrintSupply does not represent a PrintMarker colorant, then this property shall be null. If this PrintSupply does represent a PrintMarker colorant, then this property shall be present and shall denote the distinct levels of tonality realizable by a PrintMarker when using this colorant. This value does not include the number of levels of tonal difference that an interpreter can obtain by techniques such as half toning. This value must be at least 2. |
|
MinValue
|
2 |
|
MaxValue
|
2147483647 |
|
MappingStrings
|
MIB.IETF|Printer-MIB.prtMarkerColorantTonality |
|