Package | Description |
---|---|
com.oracle.bmc.budget.model |
Modifier and Type | Method and Description |
---|---|
static TargetType |
TargetType.create(String key) |
TargetType |
CreateBudgetDetails.getTargetType()
The type of target on which the budget is applied.
|
TargetType |
Budget.getTargetType()
The type of target on which the budget is applied.
|
TargetType |
BudgetSummary.getTargetType()
The type of target on which the budget is applied.
|
static TargetType |
TargetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetType[] |
TargetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateBudgetDetails.Builder |
CreateBudgetDetails.Builder.targetType(TargetType targetType)
The type of target on which the budget is applied.
|
Budget.Builder |
Budget.Builder.targetType(TargetType targetType)
The type of target on which the budget is applied.
|
BudgetSummary.Builder |
BudgetSummary.Builder.targetType(TargetType targetType)
The type of target on which the budget is applied.
|
Constructor and Description |
---|
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.
|
CreateBudgetDetails(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,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.