DiegoSanjuan / pysphere

Automatically exported from code.google.com/p/pysphere
0 stars 0 forks source link

Add an Alarm manager class to simplify vSphere alarms API #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
See 
http://groups.google.com/group/pysphere/browse_thread/thread/2bba503390fbf2a5/97
7cbcfdde6268c7#977cbcfdde6268c7

e.g.

class VIAlarm:

  def list_alarms(...)

  def silence_alarm(...)

we might add some callback functionality where a user can provide a function to 
be called when a particular alarm are sets off

Original issue reported on code.google.com by argo...@gmail.com on 21 Mar 2012 at 5:45