Is it possible to disable and re-enable an alarm condition programmatically? What I'm finding so far is that the State property is readonly. I know I can copy the alam condition to a variable, delete the alarm condition from configserver and recreate the alarm condtion using the copy, but there has to be a better way to do this programmatically.