Package | Description |
---|---|
org.jclouds.cloudwatch.domain | |
org.jclouds.cloudwatch.options |
Modifier and Type | Method and Description |
---|---|
static ComparisonOperator |
ComparisonOperator.fromValue(String value) |
ComparisonOperator |
Alarm.getComparisonOperator()
return the arithmetic operation to use when comparing the specified statistic and threshold
|
static ComparisonOperator |
ComparisonOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComparisonOperator[] |
ComparisonOperator.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 |
---|---|
SaveAlarmOptions |
SaveAlarmOptions.comparisonOperator(ComparisonOperator comparisonOperator)
The arithmetic operation to use when comparing the specified statistic and threshold.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.