public static enum ComputedUsage.Type extends Enum<ComputedUsage.Type> implements BmcEnum
Usage compute type in SPM.
Enum Constant and 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 |
Modifier and Type | Method and 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.
|
public static final ComputedUsage.Type Promotion
public static final ComputedUsage.Type DoNotBill
public static final ComputedUsage.Type Usage
public static final ComputedUsage.Type Commit
public static final ComputedUsage.Type Overage
public static final ComputedUsage.Type PayAsYouGo
public static final ComputedUsage.Type MonthlyMinimum
public static final ComputedUsage.Type DelayedUsageInvoiceTiming
public static final ComputedUsage.Type DelayedUsageCommitmentExp
public static final ComputedUsage.Type OnAccountCredit
public static final ComputedUsage.Type ServiceCredit
public static final ComputedUsage.Type CommitmentExpiration
public static final ComputedUsage.Type FundedAllocation
public static final ComputedUsage.Type DonotBillUsagePostTermination
public static final ComputedUsage.Type DelayedUsagePostTermination
public static final ComputedUsage.Type UnknownEnumValue
public static ComputedUsage.Type[] values()
for (ComputedUsage.Type c : ComputedUsage.Type.values()) System.out.println(c);
public static ComputedUsage.Type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ComputedUsage.Type create(String key)
Copyright © 2016–2024. All rights reserved.