Package | Description |
---|---|
com.oracle.bmc.budget.model |
Modifier and Type | Method and Description |
---|---|
static ThresholdType |
ThresholdType.create(String key) |
ThresholdType |
AlertRuleSummary.getThresholdType()
The type of threshold.
|
ThresholdType |
CreateAlertRuleDetails.getThresholdType()
The type of threshold.
|
ThresholdType |
AlertRule.getThresholdType()
The type of threshold.
|
ThresholdType |
UpdateAlertRuleDetails.getThresholdType()
The type of threshold.
|
static ThresholdType |
ThresholdType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThresholdType[] |
ThresholdType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AlertRuleSummary.Builder |
AlertRuleSummary.Builder.thresholdType(ThresholdType thresholdType)
The type of threshold.
|
CreateAlertRuleDetails.Builder |
CreateAlertRuleDetails.Builder.thresholdType(ThresholdType thresholdType)
The type of threshold.
|
AlertRule.Builder |
AlertRule.Builder.thresholdType(ThresholdType thresholdType)
The type of threshold.
|
UpdateAlertRuleDetails.Builder |
UpdateAlertRuleDetails.Builder.thresholdType(ThresholdType thresholdType)
The type of threshold.
|
Constructor and Description |
---|
AlertRule(String id,
String budgetId,
String displayName,
AlertType type,
BigDecimal threshold,
ThresholdType thresholdType,
LifecycleState lifecycleState,
String message,
String description,
Integer version,
String recipients,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
AlertRuleSummary(String id,
String budgetId,
String displayName,
AlertType type,
BigDecimal threshold,
ThresholdType thresholdType,
LifecycleState lifecycleState,
String message,
String description,
Integer version,
String recipients,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
CreateAlertRuleDetails(String displayName,
String description,
AlertType type,
BigDecimal threshold,
ThresholdType thresholdType,
String recipients,
String message,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
UpdateAlertRuleDetails(String displayName,
AlertType type,
BigDecimal threshold,
ThresholdType thresholdType,
String recipients,
String description,
String message,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.