Package com.oracle.bmc.osubusage.model
Enum ComputedUsageSummary.Type
- java.lang.Object
-
- java.lang.Enum<ComputedUsageSummary.Type>
-
- com.oracle.bmc.osubusage.model.ComputedUsageSummary.Type
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ComputedUsageSummary.Type>
- Enclosing class:
- ComputedUsageSummary
public static enum ComputedUsageSummary.Type extends Enum<ComputedUsageSummary.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 ComputedUsageSummary.Type
create(String key)
String
getValue()
static ComputedUsageSummary.Type
valueOf(String name)
Returns the enum constant of this type with the specified name.static ComputedUsageSummary.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 ComputedUsageSummary.Type Promotion
-
DoNotBill
public static final ComputedUsageSummary.Type DoNotBill
-
Usage
public static final ComputedUsageSummary.Type Usage
-
Commit
public static final ComputedUsageSummary.Type Commit
-
Overage
public static final ComputedUsageSummary.Type Overage
-
PayAsYouGo
public static final ComputedUsageSummary.Type PayAsYouGo
-
MonthlyMinimum
public static final ComputedUsageSummary.Type MonthlyMinimum
-
DelayedUsageInvoiceTiming
public static final ComputedUsageSummary.Type DelayedUsageInvoiceTiming
-
DelayedUsageCommitmentExp
public static final ComputedUsageSummary.Type DelayedUsageCommitmentExp
-
OnAccountCredit
public static final ComputedUsageSummary.Type OnAccountCredit
-
ServiceCredit
public static final ComputedUsageSummary.Type ServiceCredit
-
CommitmentExpiration
public static final ComputedUsageSummary.Type CommitmentExpiration
-
FundedAllocation
public static final ComputedUsageSummary.Type FundedAllocation
-
DonotBillUsagePostTermination
public static final ComputedUsageSummary.Type DonotBillUsagePostTermination
-
DelayedUsagePostTermination
public static final ComputedUsageSummary.Type DelayedUsagePostTermination
-
UnknownEnumValue
public static final ComputedUsageSummary.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 ComputedUsageSummary.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 (ComputedUsageSummary.Type c : ComputedUsageSummary.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 ComputedUsageSummary.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 ComputedUsageSummary.Type create(String key)
-
-