How to use instanceOf operator to get child or parent class of CI in BR or SI
In my scenario I need to check whether CI is Network or child of network class then, I need to set the value. Likewise I need to check for Server, Database and storage class. I tried using class path, even though I can achieve the output code is not ...
