How to avoid creating second object for a class?
I want to extend /config to have some rules. I have some created podl for /config/rule and loaded thru pin_deploy.
I want to have only one instance of this object, I have created the object with some sample data using PCM_OP_CREATE_OBJ.
My requirement is to have only one instance of this object, If I try to create another object by CREATE_OBJ object the object should not be created since one instance is already existing.
Is there any way to specify in the podl file to allow creation of the object only once ?
My requirement is to have only one instance of this object, If I try to create another object by CREATE_OBJ object the object should not be created since one instance is already existing.
Is there any way to specify in the podl file to allow creation of the object only once ?
0