CompoundResource

Header Image
Project:
CompoundResource : Public <<TMF_BusinessEntity>> Business Entity
Created: 1/10/2022 12:01:16 PM
Modified: 1/16/2025 11:01:43 AM
Project:
Advanced:
This is the abstract base class for all composite entities that are inherently manageable and make up a Product.

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.

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.
  • 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:



0: Unknown

1: OK

2: Initializing

3: Starting

4: Paused

5: Stopping

6: Stopped

7: Degraded

8: Stressed

9: Predicted Failure

10: Error - General

11: Error - Non Recoverable

12: Not Installed or Not Present

13: In Maintenance

14: Unable To Contact

15: Lost Communications



Stopped indicates that the CompoundResource is known to still exist, but it is no longer operational. However, it has not failed.



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.



In Maintenance indicates that this LogicalResource is being configured, maintained, or otherwise administered and is NOT available for service.