Package | Description |
---|---|
org.jclouds.cloudwatch.domain | |
org.jclouds.cloudwatch.features | |
org.jclouds.cloudwatch.options |
Modifier and Type | Method and Description |
---|---|
static Alarm.State |
Alarm.State.fromValue(String value) |
Alarm.State |
Alarm.getState()
return the state value for the alarm
|
static Alarm.State |
Alarm.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Alarm.State[] |
Alarm.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Alarm(boolean areActionsEnabled,
Set<String> alarmActions,
String alarmARN,
Date alarmConfigurationUpdatedTimestamp,
String alarmDescription,
String alarmName,
ComparisonOperator comparisonOperator,
Set<Dimension> dimensions,
int evaluationPeriods,
Set<String> insufficientDataActions,
String metricName,
String namespace,
Set<String> okActions,
int period,
String stateReason,
com.google.common.base.Optional<String> stateReasonData,
Date stateUpdatedTimestamp,
Alarm.State state,
Statistics statistic,
double threshold,
com.google.common.base.Optional<Unit> unit) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
AlarmAsyncApi.setState(String alarmName,
String stateReason,
String stateReasonData,
Alarm.State state) |
void |
AlarmApi.setState(String alarmName,
String stateReason,
String stateReasonData,
Alarm.State state)
Temporarily sets the state of an alarm.
|
Modifier and Type | Method and Description |
---|---|
ListAlarmsOptions |
ListAlarmsOptions.state(Alarm.State state)
The state value to be used in matching alarms.
|
Copyright © 2009-2013 jclouds. All Rights Reserved.