This is the abstract base class for all composite entities that are inherently manageable and make up a Product. <br/><br/>The key difference between Resource and CompoundResource is that Resource describes either a Physical or a Logical entity (through its PhysicalResource and LogicalResource hierarchies). In contrast, CompoundResource is used to describe managed entities that are collections of other managed entities. <br/><br/>A key point is that each managed entity that is part of a CompoundResource can be individually managed as either a PhysicalResource or a LogicalResource.<br/>
Attributes
Associations To
Associations From
Tagged Values
Advanced
Other Links
Attribute
Scope
Type
status
Public
Integer
Notes:
This is an enumerated integer whose value indicates the current status of the object. The following values are defined:<br/><br/><br/><br/> 0: Unknown<br/><br/> 1: OK<br/><br/> 2: Initializing<br/><br/> 3: Starting<br/><br/> 4: Paused<br/><br/> 5: Stopping<br/><br/> 6: Stopped<br/><br/> 7: Degraded<br/><br/> 8: Stressed <br/><br/> 9: Predicted Failure<br/><br/> 10: Error - General<br/><br/> 11: Error - Non Recoverable<br/><br/> 12: Not Installed or Not Present<br/><br/> 13: In Maintenance<br/><br/> 14: Unable To Contact<br/><br/> 15: Lost Communications<br/><br/><br/><br/>Stopped indicates that the CompoundResource is known to still exist, but it is no longer operational. However, it has not failed.<br/><br/> <br/><br/>Stressed indicates that the LogicalResource is functioning, but needs attention (e.g., it may be overheating, or overloaded in some way). This is similar to Predicted Failure, which indicates that this CompoundResource is functioning properly, but is predicting a failure in the near future.<br/><br/><br/><br/>In Maintenance indicates that this LogicalResource is being configured, maintained, or otherwise administered and is NOT available for service.<br/>