Package | Description |
---|---|
com.oracle.bmc.budget | |
com.oracle.bmc.budget.model | |
com.oracle.bmc.budget.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetAlertRuleRequest,GetAlertRuleResponse> |
BudgetWaiters.forAlertRule(GetAlertRuleRequest request,
LifecycleState... targetStates)
Creates a new
Waiter using the 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 the 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 |
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.
|
LifecycleState |
AlertRule.getLifecycleState()
The current state of the alert rule.
|
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 |
---|---|
AlertRuleSummary.Builder |
AlertRuleSummary.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the alert rule.
|
Budget.Builder |
Budget.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the budget.
|
BudgetSummary.Builder |
BudgetSummary.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the budget.
|
AlertRule.Builder |
AlertRule.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the alert rule.
|
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,
Integer budgetProcessingPeriodStartOffset,
ProcessingPeriodType processingPeriodType,
Date startDate,
Date endDate,
TargetType targetType,
List<String> targets,
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,
Integer budgetProcessingPeriodStartOffset,
ProcessingPeriodType processingPeriodType,
Date startDate,
Date endDate,
TargetType targetType,
List<String> targets,
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.
|
Modifier and Type | Method and Description |
---|---|
LifecycleState |
ListBudgetsRequest.getLifecycleState()
The current state of the resource to filter by.
|
LifecycleState |
ListAlertRulesRequest.getLifecycleState()
The current state of the resource to filter by.
|
Modifier and Type | Method and Description |
---|---|
ListBudgetsRequest.Builder |
ListBudgetsRequest.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the resource to filter by.
|
ListAlertRulesRequest.Builder |
ListAlertRulesRequest.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the resource to filter by.
|
Copyright © 2016–2024. All rights reserved.