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