Package | Description |
---|---|
com.oracle.bmc.onesubscription.model |
Modifier and Type | Method and Description |
---|---|
ComputedUsageProduct |
ComputedUsageProduct.Builder.build() |
ComputedUsageProduct |
ComputedUsage.getParentProduct() |
ComputedUsageProduct |
AggregatedComputedUsageSummary.getParentProduct() |
ComputedUsageProduct |
ComputedUsageSummary.getParentProduct() |
ComputedUsageProduct |
ComputedUsage.getProduct() |
ComputedUsageProduct |
ComputedUsageSummary.getProduct() |
ComputedUsageProduct |
ComputedUsageAggregation.getProduct() |
Modifier and Type | Method and Description |
---|---|
ComputedUsageProduct.Builder |
ComputedUsageProduct.Builder.copy(ComputedUsageProduct model) |
ComputedUsage.Builder |
ComputedUsage.Builder.parentProduct(ComputedUsageProduct parentProduct) |
AggregatedComputedUsageSummary.Builder |
AggregatedComputedUsageSummary.Builder.parentProduct(ComputedUsageProduct parentProduct) |
ComputedUsageSummary.Builder |
ComputedUsageSummary.Builder.parentProduct(ComputedUsageProduct parentProduct) |
ComputedUsage.Builder |
ComputedUsage.Builder.product(ComputedUsageProduct product) |
ComputedUsageSummary.Builder |
ComputedUsageSummary.Builder.product(ComputedUsageProduct product) |
ComputedUsageAggregation.Builder |
ComputedUsageAggregation.Builder.product(ComputedUsageProduct product) |
Constructor and Description |
---|
AggregatedComputedUsageSummary(String subscriptionId,
String parentSubscribedServiceId,
ComputedUsageProduct parentProduct,
Date timeStart,
Date timeEnd,
String planNumber,
String currencyCode,
String rateCardId,
AggregatedComputedUsageSummary.PricingModel pricingModel,
List<ComputedUsageAggregation> aggregatedComputedUsages)
Deprecated.
|
ComputedUsage(Date timeCreated,
Date timeUpdated,
String parentSubscribedServiceId,
ComputedUsageProduct 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,
ComputedUsageProduct product,
String unitOfMeasure)
Deprecated.
|
ComputedUsageAggregation(String quantity,
ComputedUsageProduct product,
String dataCenter,
Date timeMeteredOn,
String netUnitPrice,
String costUnrounded,
String cost,
ComputedUsageAggregation.Type type)
Deprecated.
|
ComputedUsageSummary(Date timeCreated,
Date timeUpdated,
String parentSubscribedServiceId,
ComputedUsageProduct parentProduct,
String planNumber,
String currencyCode,
String rateCardTierdId,
String rateCardId,
String computeSource,
String dataCenter,
String mqsMessageId,
String computedUsageId,
String quantity,
String usageNumber,
String originalUsageNumber,
String commitmentServiceId,
Boolean isInvoiced,
ComputedUsageSummary.Type type,
Date timeOfArrival,
Date timeMeteredOn,
String netUnitPrice,
String costRounded,
String cost,
ComputedUsageProduct product,
String unitOfMeasure)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.