Package | Description |
---|---|
com.oracle.bmc.budget | |
com.oracle.bmc.budget.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetAlertRuleRequest,GetAlertRuleResponse> |
BudgetWaiters.forAlertRule(GetAlertRuleRequest request,
LifecycleState... targetStates)
Creates a new
Waiter using default configuration. |
Waiter<GetAlertRuleRequest,GetAlertRuleResponse> |
BudgetWaiters.forAlertRule(GetAlertRuleRequest request,
LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetAlertRuleRequest,GetAlertRuleResponse> |
BudgetWaiters.forAlertRule(GetAlertRuleRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetBudgetRequest,GetBudgetResponse> |
BudgetWaiters.forBudget(GetBudgetRequest request,
LifecycleState... targetStates)
Creates a new
Waiter using default configuration. |
Waiter<GetBudgetRequest,GetBudgetResponse> |
BudgetWaiters.forBudget(GetBudgetRequest request,
LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetBudgetRequest,GetBudgetResponse> |
BudgetWaiters.forBudget(GetBudgetRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static LifecycleState |
LifecycleState.create(String key) |
LifecycleState |
AlertRule.getLifecycleState()
The current state of the alert rule.
|
LifecycleState |
AlertRuleSummary.getLifecycleState()
The current state of the alert rule.
|
LifecycleState |
Budget.getLifecycleState()
The current state of the budget.
|
LifecycleState |
BudgetSummary.getLifecycleState()
The current state of the budget.
|
static LifecycleState |
LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleState[] |
LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AlertRule.Builder |
AlertRule.Builder.lifecycleState(LifecycleState lifecycleState) |
AlertRuleSummary.Builder |
AlertRuleSummary.Builder.lifecycleState(LifecycleState lifecycleState) |
Budget.Builder |
Budget.Builder.lifecycleState(LifecycleState lifecycleState) |
BudgetSummary.Builder |
BudgetSummary.Builder.lifecycleState(LifecycleState lifecycleState) |
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.
|
Budget(String id,
String compartmentId,
String targetCompartmentId,
String displayName,
String description,
BigDecimal amount,
ResetPeriod resetPeriod,
LifecycleState lifecycleState,
Integer alertRuleCount,
Integer version,
BigDecimal actualSpend,
BigDecimal forecastedSpend,
Date timeSpendComputed,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
BudgetSummary(String id,
String compartmentId,
String targetCompartmentId,
String displayName,
String description,
BigDecimal amount,
ResetPeriod resetPeriod,
LifecycleState lifecycleState,
Integer alertRuleCount,
Integer version,
BigDecimal actualSpend,
BigDecimal forecastedSpend,
Date timeSpendComputed,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2019. All rights reserved.