Package | Description |
---|---|
com.oracle.bmc.osubusage.model |
Modifier and Type | Method and Description |
---|---|
static ComputedUsageAggregation.Type |
ComputedUsageAggregation.Type.create(String key) |
ComputedUsageAggregation.Type |
ComputedUsageAggregation.getType()
Usage compute type in SPM.
|
static ComputedUsageAggregation.Type |
ComputedUsageAggregation.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComputedUsageAggregation.Type[] |
ComputedUsageAggregation.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ComputedUsageAggregation.Builder |
ComputedUsageAggregation.Builder.type(ComputedUsageAggregation.Type type)
Usage compute type in SPM.
|
Constructor and Description |
---|
ComputedUsageAggregation(String quantity,
Product product,
String dataCenter,
Date timeMeteredOn,
String netUnitPrice,
String costUnrounded,
String cost,
ComputedUsageAggregation.Type type)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.