public class AlarmManager extends ManagedObject
| Constructor and Description |
|---|
AlarmManager(ServerConnection sc,
ManagedObjectReference mor) |
| Modifier and Type | Method and Description |
|---|---|
void |
acknowledgeAlarm(Alarm alarm,
ManagedEntity entity) |
boolean |
areAlarmActionsEnabled(ManagedEntity entity) |
Alarm |
createAlarm(ManagedEntity me,
AlarmSpec as) |
void |
enableAlarmActions(ManagedEntity entity,
boolean enabled) |
Alarm[] |
getAlarm(ManagedEntity me) |
AlarmState[] |
getAlarmState(ManagedEntity me) |
AlarmExpression[] |
getDefaultExpression() |
AlarmDescription |
getDescription() |
convertMors, getCurrentProperty, getDatastores, getFilter, getHosts, getManagedObject, getManagedObjects, getManagedObjects, getMOR, getNetworks, getPropertiesByPaths, getPropertyByPath, getResourcePools, getScheduledTasks, getServerConnection, getTasks, getViews, getVimService, getVms, retrieveObjectProperties, setMOR, setServerConnection, toString, waitForValuespublic AlarmManager(ServerConnection sc, ManagedObjectReference mor)
public AlarmExpression[] getDefaultExpression()
public AlarmDescription getDescription()
public void acknowledgeAlarm(Alarm alarm, ManagedEntity entity) throws RuntimeFault, RemoteException
RuntimeFaultRemoteExceptionpublic boolean areAlarmActionsEnabled(ManagedEntity entity) throws RuntimeFault, RemoteException
RuntimeFaultRemoteExceptionpublic void enableAlarmActions(ManagedEntity entity, boolean enabled) throws RuntimeFault, RemoteException
RuntimeFaultRemoteExceptionpublic Alarm createAlarm(ManagedEntity me, AlarmSpec as) throws InvalidName, DuplicateName, RuntimeFault, RemoteException
public Alarm[] getAlarm(ManagedEntity me) throws RuntimeFault, RemoteException
RuntimeFaultRemoteExceptionpublic AlarmState[] getAlarmState(ManagedEntity me) throws RuntimeFault, RemoteException
RuntimeFaultRemoteExceptionCopyright © 2011-2012. All Rights Reserved.