Package com.oracle.bmc.osubusage.model
Enum ComputedUsageAggregation.Type
- java.lang.Object
-
- java.lang.Enum<ComputedUsageAggregation.Type>
-
- com.oracle.bmc.osubusage.model.ComputedUsageAggregation.Type
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ComputedUsageAggregation.Type>
- Enclosing class:
- ComputedUsageAggregation
public static enum ComputedUsageAggregation.Type extends Enum<ComputedUsageAggregation.Type> implements BmcEnum
Usage compute type in SPM.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Commit
CommitmentExpiration
DelayedUsageCommitmentExp
DelayedUsageInvoiceTiming
DelayedUsagePostTermination
DoNotBill
DonotBillUsagePostTermination
FundedAllocation
MonthlyMinimum
OnAccountCredit
Overage
PayAsYouGo
Promotion
ServiceCredit
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.Usage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComputedUsageAggregation.Type
create(String key)
String
getValue()
static ComputedUsageAggregation.Type
valueOf(String name)
Returns the enum constant of this type with the specified name.static ComputedUsageAggregation.Type[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Promotion
public static final ComputedUsageAggregation.Type Promotion
-
DoNotBill
public static final ComputedUsageAggregation.Type DoNotBill
-
Usage
public static final ComputedUsageAggregation.Type Usage
-
Commit
public static final ComputedUsageAggregation.Type Commit
-
Overage
public static final ComputedUsageAggregation.Type Overage
-
PayAsYouGo
public static final ComputedUsageAggregation.Type PayAsYouGo
-
MonthlyMinimum
public static final ComputedUsageAggregation.Type MonthlyMinimum
-
DelayedUsageInvoiceTiming
public static final ComputedUsageAggregation.Type DelayedUsageInvoiceTiming
-
DelayedUsageCommitmentExp
public static final ComputedUsageAggregation.Type DelayedUsageCommitmentExp
-
OnAccountCredit
public static final ComputedUsageAggregation.Type OnAccountCredit
-
ServiceCredit
public static final ComputedUsageAggregation.Type ServiceCredit
-
CommitmentExpiration
public static final ComputedUsageAggregation.Type CommitmentExpiration
-
FundedAllocation
public static final ComputedUsageAggregation.Type FundedAllocation
-
DonotBillUsagePostTermination
public static final ComputedUsageAggregation.Type DonotBillUsagePostTermination
-
DelayedUsagePostTermination
public static final ComputedUsageAggregation.Type DelayedUsagePostTermination
-
UnknownEnumValue
public static final ComputedUsageAggregation.Type UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static ComputedUsageAggregation.Type[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ComputedUsageAggregation.Type c : ComputedUsageAggregation.Type.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ComputedUsageAggregation.Type valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static ComputedUsageAggregation.Type create(String key)
-
-