Package | Description |
---|---|
com.oracle.bmc.osubusage.model |
Modifier and Type | Method and Description |
---|---|
static ComputedUsage.Type |
ComputedUsage.Type.create(String key) |
ComputedUsage.Type |
ComputedUsage.getType()
Usage compute type in SPM.
|
static ComputedUsage.Type |
ComputedUsage.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComputedUsage.Type[] |
ComputedUsage.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ComputedUsage.Builder |
ComputedUsage.Builder.type(ComputedUsage.Type type)
Usage compute type in SPM.
|
Constructor and Description |
---|
ComputedUsage(Date timeCreated,
Date timeUpdated,
String parentSubscribedServiceId,
Product parentProduct,
String planNumber,
String currencyCode,
String rateCardTierdId,
String rateCardId,
String computeSource,
String dataCenter,
String mqsMessageId,
String id,
String quantity,
String usageNumber,
String originalUsageNumber,
String commitmentServiceId,
Boolean isInvoiced,
ComputedUsage.Type type,
Date timeOfArrival,
Date timeMeteredOn,
String netUnitPrice,
String costRounded,
String cost,
Product product,
String unitOfMeasure)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.