Hello together,
I would ask if it possible to implement a feature, that adds default values to the class. There is sometime a need to define attribute with default value for some class, which may not be changed when you create a CI that inherits this class. However when you change the attributes value in the class, this value would be inherited by deriving CI.
I see following use cases for this feature:
1. As a classes with maximum information already predefined, like when you order same type and model of server for the cloud or web services farm, and you must provide same values over and over (because it is corporate policy)
2. As an input of ranges of values for monitoring software and automated incidents generation
Thanks for the answer in advance !