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