public static enum ComputedUsageSummary.Type extends Enum<ComputedUsageSummary.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 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.
|
public static final ComputedUsageSummary.Type Promotion
public static final ComputedUsageSummary.Type DoNotBill
public static final ComputedUsageSummary.Type Usage
public static final ComputedUsageSummary.Type Commit
public static final ComputedUsageSummary.Type Overage
public static final ComputedUsageSummary.Type PayAsYouGo
public static final ComputedUsageSummary.Type MonthlyMinimum
public static final ComputedUsageSummary.Type DelayedUsageInvoiceTiming
public static final ComputedUsageSummary.Type DelayedUsageCommitmentExp
public static final ComputedUsageSummary.Type OnAccountCredit
public static final ComputedUsageSummary.Type ServiceCredit
public static final ComputedUsageSummary.Type CommitmentExpiration
public static final ComputedUsageSummary.Type FundedAllocation
public static final ComputedUsageSummary.Type DonotBillUsagePostTermination
public static final ComputedUsageSummary.Type DelayedUsagePostTermination
public static final ComputedUsageSummary.Type UnknownEnumValue
public static ComputedUsageSummary.Type[] values()
for (ComputedUsageSummary.Type c : ComputedUsageSummary.Type.values()) System.out.println(c);
public static ComputedUsageSummary.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 ComputedUsageSummary.Type create(String key)
Copyright © 2016–2024. All rights reserved.