1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. OneSubsription
  5. getComputedUsages
Oracle Cloud Infrastructure v2.29.0 published on Wednesday, Apr 9, 2025 by Pulumi

oci.OneSubsription.getComputedUsages

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.29.0 published on Wednesday, Apr 9, 2025 by Pulumi

This data source provides the list of Computed Usages in Oracle Cloud Infrastructure Onesubscription service.

This is a collection API which returns a list of Computed Usages for given filters.

Using getComputedUsages

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getComputedUsages(args: GetComputedUsagesArgs, opts?: InvokeOptions): Promise<GetComputedUsagesResult>
function getComputedUsagesOutput(args: GetComputedUsagesOutputArgs, opts?: InvokeOptions): Output<GetComputedUsagesResult>
Copy
def get_computed_usages(compartment_id: Optional[str] = None,
                        computed_product: Optional[str] = None,
                        filters: Optional[Sequence[_onesubsription.GetComputedUsagesFilter]] = None,
                        parent_product: Optional[str] = None,
                        subscription_id: Optional[str] = None,
                        time_from: Optional[str] = None,
                        time_to: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetComputedUsagesResult
def get_computed_usages_output(compartment_id: Optional[pulumi.Input[str]] = None,
                        computed_product: Optional[pulumi.Input[str]] = None,
                        filters: Optional[pulumi.Input[Sequence[pulumi.Input[_onesubsription.GetComputedUsagesFilterArgs]]]] = None,
                        parent_product: Optional[pulumi.Input[str]] = None,
                        subscription_id: Optional[pulumi.Input[str]] = None,
                        time_from: Optional[pulumi.Input[str]] = None,
                        time_to: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetComputedUsagesResult]
Copy
func GetComputedUsages(ctx *Context, args *GetComputedUsagesArgs, opts ...InvokeOption) (*GetComputedUsagesResult, error)
func GetComputedUsagesOutput(ctx *Context, args *GetComputedUsagesOutputArgs, opts ...InvokeOption) GetComputedUsagesResultOutput
Copy

> Note: This function is named GetComputedUsages in the Go SDK.

public static class GetComputedUsages 
{
    public static Task<GetComputedUsagesResult> InvokeAsync(GetComputedUsagesArgs args, InvokeOptions? opts = null)
    public static Output<GetComputedUsagesResult> Invoke(GetComputedUsagesInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetComputedUsagesResult> getComputedUsages(GetComputedUsagesArgs args, InvokeOptions options)
public static Output<GetComputedUsagesResult> getComputedUsages(GetComputedUsagesArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:OneSubsription/getComputedUsages:getComputedUsages
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

CompartmentId This property is required. string
The OCID of the root compartment.
SubscriptionId This property is required. string
Subscription Id is an identifier associated to the service used for filter the Computed Usage in SPM.
TimeFrom This property is required. string
Initial date to filter Computed Usage data in SPM. In the case of non aggregated data the time period between of fromDate and toDate , expressed in RFC 3339 timestamp format.
TimeTo This property is required. string
Final date to filter Computed Usage data in SPM, expressed in RFC 3339 timestamp format.
ComputedProduct string
Product part number for Computed Usage .
Filters Changes to this property will trigger replacement. List<GetComputedUsagesFilter>
ParentProduct string
Product part number for subscribed service line, called parent product.
CompartmentId This property is required. string
The OCID of the root compartment.
SubscriptionId This property is required. string
Subscription Id is an identifier associated to the service used for filter the Computed Usage in SPM.
TimeFrom This property is required. string
Initial date to filter Computed Usage data in SPM. In the case of non aggregated data the time period between of fromDate and toDate , expressed in RFC 3339 timestamp format.
TimeTo This property is required. string
Final date to filter Computed Usage data in SPM, expressed in RFC 3339 timestamp format.
ComputedProduct string
Product part number for Computed Usage .
Filters Changes to this property will trigger replacement. []GetComputedUsagesFilter
ParentProduct string
Product part number for subscribed service line, called parent product.
compartmentId This property is required. String
The OCID of the root compartment.
subscriptionId This property is required. String
Subscription Id is an identifier associated to the service used for filter the Computed Usage in SPM.
timeFrom This property is required. String
Initial date to filter Computed Usage data in SPM. In the case of non aggregated data the time period between of fromDate and toDate , expressed in RFC 3339 timestamp format.
timeTo This property is required. String
Final date to filter Computed Usage data in SPM, expressed in RFC 3339 timestamp format.
computedProduct String
Product part number for Computed Usage .
filters Changes to this property will trigger replacement. List<GetComputedUsagesFilter>
parentProduct String
Product part number for subscribed service line, called parent product.
compartmentId This property is required. string
The OCID of the root compartment.
subscriptionId This property is required. string
Subscription Id is an identifier associated to the service used for filter the Computed Usage in SPM.
timeFrom This property is required. string
Initial date to filter Computed Usage data in SPM. In the case of non aggregated data the time period between of fromDate and toDate , expressed in RFC 3339 timestamp format.
timeTo This property is required. string
Final date to filter Computed Usage data in SPM, expressed in RFC 3339 timestamp format.
computedProduct string
Product part number for Computed Usage .
filters Changes to this property will trigger replacement. GetComputedUsagesFilter[]
parentProduct string
Product part number for subscribed service line, called parent product.
compartment_id This property is required. str
The OCID of the root compartment.
subscription_id This property is required. str
Subscription Id is an identifier associated to the service used for filter the Computed Usage in SPM.
time_from This property is required. str
Initial date to filter Computed Usage data in SPM. In the case of non aggregated data the time period between of fromDate and toDate , expressed in RFC 3339 timestamp format.
time_to This property is required. str
Final date to filter Computed Usage data in SPM, expressed in RFC 3339 timestamp format.
computed_product str
Product part number for Computed Usage .
filters Changes to this property will trigger replacement. Sequence[onesubsription.GetComputedUsagesFilter]
parent_product str
Product part number for subscribed service line, called parent product.
compartmentId This property is required. String
The OCID of the root compartment.
subscriptionId This property is required. String
Subscription Id is an identifier associated to the service used for filter the Computed Usage in SPM.
timeFrom This property is required. String
Initial date to filter Computed Usage data in SPM. In the case of non aggregated data the time period between of fromDate and toDate , expressed in RFC 3339 timestamp format.
timeTo This property is required. String
Final date to filter Computed Usage data in SPM, expressed in RFC 3339 timestamp format.
computedProduct String
Product part number for Computed Usage .
filters Changes to this property will trigger replacement. List<Property Map>
parentProduct String
Product part number for subscribed service line, called parent product.

getComputedUsages Result

The following output properties are available:

CompartmentId string
ComputedUsages List<GetComputedUsagesComputedUsage>
The list of computed_usages.
Id string
The provider-assigned unique ID for this managed resource.
SubscriptionId string
TimeFrom string
TimeTo string
ComputedProduct string
Filters List<GetComputedUsagesFilter>
ParentProduct string
Product description
CompartmentId string
ComputedUsages []GetComputedUsagesComputedUsage
The list of computed_usages.
Id string
The provider-assigned unique ID for this managed resource.
SubscriptionId string
TimeFrom string
TimeTo string
ComputedProduct string
Filters []GetComputedUsagesFilter
ParentProduct string
Product description
compartmentId String
computedUsages List<GetComputedUsagesComputedUsage>
The list of computed_usages.
id String
The provider-assigned unique ID for this managed resource.
subscriptionId String
timeFrom String
timeTo String
computedProduct String
filters List<GetComputedUsagesFilter>
parentProduct String
Product description
compartmentId string
computedUsages GetComputedUsagesComputedUsage[]
The list of computed_usages.
id string
The provider-assigned unique ID for this managed resource.
subscriptionId string
timeFrom string
timeTo string
computedProduct string
filters GetComputedUsagesFilter[]
parentProduct string
Product description
compartment_id str
computed_usages Sequence[onesubsription.GetComputedUsagesComputedUsage]
The list of computed_usages.
id str
The provider-assigned unique ID for this managed resource.
subscription_id str
time_from str
time_to str
computed_product str
filters Sequence[onesubsription.GetComputedUsagesFilter]
parent_product str
Product description
compartmentId String
computedUsages List<Property Map>
The list of computed_usages.
id String
The provider-assigned unique ID for this managed resource.
subscriptionId String
timeFrom String
timeTo String
computedProduct String
filters List<Property Map>
parentProduct String
Product description

Supporting Types

GetComputedUsagesComputedUsage

CommitmentServiceId This property is required. string
Subscribed service commitmentId.
ComputeSource This property is required. string
SPM Internal compute records source .
ComputedUsageId This property is required. string
Cost This property is required. string
Computed Line Amount not rounded
CostRounded This property is required. string
Computed Line Amount rounded.
CurrencyCode This property is required. string
Currency code
DataCenter This property is required. string
Data Center Attribute as sent by MQS to SPM.
Id This property is required. string
SPM Internal computed usage Id , 32 character string
IsInvoiced This property is required. bool
Invoicing status for the aggregated compute usage
MqsMessageId This property is required. string
MQS Identfier send to SPM , SPM does not transform this attribute and is received as is.
NetUnitPrice This property is required. string
Net Unit Price for the product in consideration, price actual.
OriginalUsageNumber This property is required. string
SPM Internal Original usage Line number identifier in SPM coming from Metered Services entity.
ParentProducts This property is required. List<GetComputedUsagesComputedUsageParentProduct>
Product part number for subscribed service line, called parent product.
ParentSubscribedServiceId This property is required. string
Subscribed service line parent id
PlanNumber This property is required. string
Subscription plan number
Products This property is required. List<GetComputedUsagesComputedUsageProduct>
Product description
Quantity This property is required. string
Total Quantity that was used for computation
RateCardId This property is required. string
Ratecard Id at subscribed service level
RateCardTierdId This property is required. string
References the tier in the ratecard for that usage (OCI will be using the same reference to cross-reference for correctness on the usage csv report), comes from Entity OBSCNTR_IPT_PRODUCTTIER.
TimeCreated This property is required. string
Computed Usage created time, expressed in RFC 3339 timestamp format.
TimeMeteredOn This property is required. string
Metered Service date, expressed in RFC 3339 timestamp format.
TimeOfArrival This property is required. string
Usae computation date, expressed in RFC 3339 timestamp format.
TimeUpdated This property is required. string
Computed Usage updated time, expressed in RFC 3339 timestamp format.
Type This property is required. string
Usage compute type in SPM.
UnitOfMeasure This property is required. string
Unit of Messure
UsageNumber This property is required. string
SPM Internal usage Line number identifier in SPM coming from Metered Services entity.
CommitmentServiceId This property is required. string
Subscribed service commitmentId.
ComputeSource This property is required. string
SPM Internal compute records source .
ComputedUsageId This property is required. string
Cost This property is required. string
Computed Line Amount not rounded
CostRounded This property is required. string
Computed Line Amount rounded.
CurrencyCode This property is required. string
Currency code
DataCenter This property is required. string
Data Center Attribute as sent by MQS to SPM.
Id This property is required. string
SPM Internal computed usage Id , 32 character string
IsInvoiced This property is required. bool
Invoicing status for the aggregated compute usage
MqsMessageId This property is required. string
MQS Identfier send to SPM , SPM does not transform this attribute and is received as is.
NetUnitPrice This property is required. string
Net Unit Price for the product in consideration, price actual.
OriginalUsageNumber This property is required. string
SPM Internal Original usage Line number identifier in SPM coming from Metered Services entity.
ParentProducts This property is required. []GetComputedUsagesComputedUsageParentProduct
Product part number for subscribed service line, called parent product.
ParentSubscribedServiceId This property is required. string
Subscribed service line parent id
PlanNumber This property is required. string
Subscription plan number
Products This property is required. []GetComputedUsagesComputedUsageProduct
Product description
Quantity This property is required. string
Total Quantity that was used for computation
RateCardId This property is required. string
Ratecard Id at subscribed service level
RateCardTierdId This property is required. string
References the tier in the ratecard for that usage (OCI will be using the same reference to cross-reference for correctness on the usage csv report), comes from Entity OBSCNTR_IPT_PRODUCTTIER.
TimeCreated This property is required. string
Computed Usage created time, expressed in RFC 3339 timestamp format.
TimeMeteredOn This property is required. string
Metered Service date, expressed in RFC 3339 timestamp format.
TimeOfArrival This property is required. string
Usae computation date, expressed in RFC 3339 timestamp format.
TimeUpdated This property is required. string
Computed Usage updated time, expressed in RFC 3339 timestamp format.
Type This property is required. string
Usage compute type in SPM.
UnitOfMeasure This property is required. string
Unit of Messure
UsageNumber This property is required. string
SPM Internal usage Line number identifier in SPM coming from Metered Services entity.
commitmentServiceId This property is required. String
Subscribed service commitmentId.
computeSource This property is required. String
SPM Internal compute records source .
computedUsageId This property is required. String
cost This property is required. String
Computed Line Amount not rounded
costRounded This property is required. String
Computed Line Amount rounded.
currencyCode This property is required. String
Currency code
dataCenter This property is required. String
Data Center Attribute as sent by MQS to SPM.
id This property is required. String
SPM Internal computed usage Id , 32 character string
isInvoiced This property is required. Boolean
Invoicing status for the aggregated compute usage
mqsMessageId This property is required. String
MQS Identfier send to SPM , SPM does not transform this attribute and is received as is.
netUnitPrice This property is required. String
Net Unit Price for the product in consideration, price actual.
originalUsageNumber This property is required. String
SPM Internal Original usage Line number identifier in SPM coming from Metered Services entity.
parentProducts This property is required. List<GetComputedUsagesComputedUsageParentProduct>
Product part number for subscribed service line, called parent product.
parentSubscribedServiceId This property is required. String
Subscribed service line parent id
planNumber This property is required. String
Subscription plan number
products This property is required. List<GetComputedUsagesComputedUsageProduct>
Product description
quantity This property is required. String
Total Quantity that was used for computation
rateCardId This property is required. String
Ratecard Id at subscribed service level
rateCardTierdId This property is required. String
References the tier in the ratecard for that usage (OCI will be using the same reference to cross-reference for correctness on the usage csv report), comes from Entity OBSCNTR_IPT_PRODUCTTIER.
timeCreated This property is required. String
Computed Usage created time, expressed in RFC 3339 timestamp format.
timeMeteredOn This property is required. String
Metered Service date, expressed in RFC 3339 timestamp format.
timeOfArrival This property is required. String
Usae computation date, expressed in RFC 3339 timestamp format.
timeUpdated This property is required. String
Computed Usage updated time, expressed in RFC 3339 timestamp format.
type This property is required. String
Usage compute type in SPM.
unitOfMeasure This property is required. String
Unit of Messure
usageNumber This property is required. String
SPM Internal usage Line number identifier in SPM coming from Metered Services entity.
commitmentServiceId This property is required. string
Subscribed service commitmentId.
computeSource This property is required. string
SPM Internal compute records source .
computedUsageId This property is required. string
cost This property is required. string
Computed Line Amount not rounded
costRounded This property is required. string
Computed Line Amount rounded.
currencyCode This property is required. string
Currency code
dataCenter This property is required. string
Data Center Attribute as sent by MQS to SPM.
id This property is required. string
SPM Internal computed usage Id , 32 character string
isInvoiced This property is required. boolean
Invoicing status for the aggregated compute usage
mqsMessageId This property is required. string
MQS Identfier send to SPM , SPM does not transform this attribute and is received as is.
netUnitPrice This property is required. string
Net Unit Price for the product in consideration, price actual.
originalUsageNumber This property is required. string
SPM Internal Original usage Line number identifier in SPM coming from Metered Services entity.
parentProducts This property is required. GetComputedUsagesComputedUsageParentProduct[]
Product part number for subscribed service line, called parent product.
parentSubscribedServiceId This property is required. string
Subscribed service line parent id
planNumber This property is required. string
Subscription plan number
products This property is required. GetComputedUsagesComputedUsageProduct[]
Product description
quantity This property is required. string
Total Quantity that was used for computation
rateCardId This property is required. string
Ratecard Id at subscribed service level
rateCardTierdId This property is required. string
References the tier in the ratecard for that usage (OCI will be using the same reference to cross-reference for correctness on the usage csv report), comes from Entity OBSCNTR_IPT_PRODUCTTIER.
timeCreated This property is required. string
Computed Usage created time, expressed in RFC 3339 timestamp format.
timeMeteredOn This property is required. string
Metered Service date, expressed in RFC 3339 timestamp format.
timeOfArrival This property is required. string
Usae computation date, expressed in RFC 3339 timestamp format.
timeUpdated This property is required. string
Computed Usage updated time, expressed in RFC 3339 timestamp format.
type This property is required. string
Usage compute type in SPM.
unitOfMeasure This property is required. string
Unit of Messure
usageNumber This property is required. string
SPM Internal usage Line number identifier in SPM coming from Metered Services entity.
commitment_service_id This property is required. str
Subscribed service commitmentId.
compute_source This property is required. str
SPM Internal compute records source .
computed_usage_id This property is required. str
cost This property is required. str
Computed Line Amount not rounded
cost_rounded This property is required. str
Computed Line Amount rounded.
currency_code This property is required. str
Currency code
data_center This property is required. str
Data Center Attribute as sent by MQS to SPM.
id This property is required. str
SPM Internal computed usage Id , 32 character string
is_invoiced This property is required. bool
Invoicing status for the aggregated compute usage
mqs_message_id This property is required. str
MQS Identfier send to SPM , SPM does not transform this attribute and is received as is.
net_unit_price This property is required. str
Net Unit Price for the product in consideration, price actual.
original_usage_number This property is required. str
SPM Internal Original usage Line number identifier in SPM coming from Metered Services entity.
parent_products This property is required. Sequence[onesubsription.GetComputedUsagesComputedUsageParentProduct]
Product part number for subscribed service line, called parent product.
parent_subscribed_service_id This property is required. str
Subscribed service line parent id
plan_number This property is required. str
Subscription plan number
products This property is required. Sequence[onesubsription.GetComputedUsagesComputedUsageProduct]
Product description
quantity This property is required. str
Total Quantity that was used for computation
rate_card_id This property is required. str
Ratecard Id at subscribed service level
rate_card_tierd_id This property is required. str
References the tier in the ratecard for that usage (OCI will be using the same reference to cross-reference for correctness on the usage csv report), comes from Entity OBSCNTR_IPT_PRODUCTTIER.
time_created This property is required. str
Computed Usage created time, expressed in RFC 3339 timestamp format.
time_metered_on This property is required. str
Metered Service date, expressed in RFC 3339 timestamp format.
time_of_arrival This property is required. str
Usae computation date, expressed in RFC 3339 timestamp format.
time_updated This property is required. str
Computed Usage updated time, expressed in RFC 3339 timestamp format.
type This property is required. str
Usage compute type in SPM.
unit_of_measure This property is required. str
Unit of Messure
usage_number This property is required. str
SPM Internal usage Line number identifier in SPM coming from Metered Services entity.
commitmentServiceId This property is required. String
Subscribed service commitmentId.
computeSource This property is required. String
SPM Internal compute records source .
computedUsageId This property is required. String
cost This property is required. String
Computed Line Amount not rounded
costRounded This property is required. String
Computed Line Amount rounded.
currencyCode This property is required. String
Currency code
dataCenter This property is required. String
Data Center Attribute as sent by MQS to SPM.
id This property is required. String
SPM Internal computed usage Id , 32 character string
isInvoiced This property is required. Boolean
Invoicing status for the aggregated compute usage
mqsMessageId This property is required. String
MQS Identfier send to SPM , SPM does not transform this attribute and is received as is.
netUnitPrice This property is required. String
Net Unit Price for the product in consideration, price actual.
originalUsageNumber This property is required. String
SPM Internal Original usage Line number identifier in SPM coming from Metered Services entity.
parentProducts This property is required. List<Property Map>
Product part number for subscribed service line, called parent product.
parentSubscribedServiceId This property is required. String
Subscribed service line parent id
planNumber This property is required. String
Subscription plan number
products This property is required. List<Property Map>
Product description
quantity This property is required. String
Total Quantity that was used for computation
rateCardId This property is required. String
Ratecard Id at subscribed service level
rateCardTierdId This property is required. String
References the tier in the ratecard for that usage (OCI will be using the same reference to cross-reference for correctness on the usage csv report), comes from Entity OBSCNTR_IPT_PRODUCTTIER.
timeCreated This property is required. String
Computed Usage created time, expressed in RFC 3339 timestamp format.
timeMeteredOn This property is required. String
Metered Service date, expressed in RFC 3339 timestamp format.
timeOfArrival This property is required. String
Usae computation date, expressed in RFC 3339 timestamp format.
timeUpdated This property is required. String
Computed Usage updated time, expressed in RFC 3339 timestamp format.
type This property is required. String
Usage compute type in SPM.
unitOfMeasure This property is required. String
Unit of Messure
usageNumber This property is required. String
SPM Internal usage Line number identifier in SPM coming from Metered Services entity.

GetComputedUsagesComputedUsageParentProduct

BillingCategory This property is required. string
Metered service billing category
Name This property is required. string
Product name
PartNumber This property is required. string
Product part number
ProductCategory This property is required. string
Product category
ProvisioningGroup This property is required. string
Product provisioning group
UcmRateCardPartType This property is required. string
Rate card part type of Product
UnitOfMeasure This property is required. string
Unit of Messure
BillingCategory This property is required. string
Metered service billing category
Name This property is required. string
Product name
PartNumber This property is required. string
Product part number
ProductCategory This property is required. string
Product category
ProvisioningGroup This property is required. string
Product provisioning group
UcmRateCardPartType This property is required. string
Rate card part type of Product
UnitOfMeasure This property is required. string
Unit of Messure
billingCategory This property is required. String
Metered service billing category
name This property is required. String
Product name
partNumber This property is required. String
Product part number
productCategory This property is required. String
Product category
provisioningGroup This property is required. String
Product provisioning group
ucmRateCardPartType This property is required. String
Rate card part type of Product
unitOfMeasure This property is required. String
Unit of Messure
billingCategory This property is required. string
Metered service billing category
name This property is required. string
Product name
partNumber This property is required. string
Product part number
productCategory This property is required. string
Product category
provisioningGroup This property is required. string
Product provisioning group
ucmRateCardPartType This property is required. string
Rate card part type of Product
unitOfMeasure This property is required. string
Unit of Messure
billing_category This property is required. str
Metered service billing category
name This property is required. str
Product name
part_number This property is required. str
Product part number
product_category This property is required. str
Product category
provisioning_group This property is required. str
Product provisioning group
ucm_rate_card_part_type This property is required. str
Rate card part type of Product
unit_of_measure This property is required. str
Unit of Messure
billingCategory This property is required. String
Metered service billing category
name This property is required. String
Product name
partNumber This property is required. String
Product part number
productCategory This property is required. String
Product category
provisioningGroup This property is required. String
Product provisioning group
ucmRateCardPartType This property is required. String
Rate card part type of Product
unitOfMeasure This property is required. String
Unit of Messure

GetComputedUsagesComputedUsageProduct

BillingCategory This property is required. string
Metered service billing category
Name This property is required. string
Product name
PartNumber This property is required. string
Product part number
ProductCategory This property is required. string
Product category
ProvisioningGroup This property is required. string
Product provisioning group
UcmRateCardPartType This property is required. string
Rate card part type of Product
UnitOfMeasure This property is required. string
Unit of Messure
BillingCategory This property is required. string
Metered service billing category
Name This property is required. string
Product name
PartNumber This property is required. string
Product part number
ProductCategory This property is required. string
Product category
ProvisioningGroup This property is required. string
Product provisioning group
UcmRateCardPartType This property is required. string
Rate card part type of Product
UnitOfMeasure This property is required. string
Unit of Messure
billingCategory This property is required. String
Metered service billing category
name This property is required. String
Product name
partNumber This property is required. String
Product part number
productCategory This property is required. String
Product category
provisioningGroup This property is required. String
Product provisioning group
ucmRateCardPartType This property is required. String
Rate card part type of Product
unitOfMeasure This property is required. String
Unit of Messure
billingCategory This property is required. string
Metered service billing category
name This property is required. string
Product name
partNumber This property is required. string
Product part number
productCategory This property is required. string
Product category
provisioningGroup This property is required. string
Product provisioning group
ucmRateCardPartType This property is required. string
Rate card part type of Product
unitOfMeasure This property is required. string
Unit of Messure
billing_category This property is required. str
Metered service billing category
name This property is required. str
Product name
part_number This property is required. str
Product part number
product_category This property is required. str
Product category
provisioning_group This property is required. str
Product provisioning group
ucm_rate_card_part_type This property is required. str
Rate card part type of Product
unit_of_measure This property is required. str
Unit of Messure
billingCategory This property is required. String
Metered service billing category
name This property is required. String
Product name
partNumber This property is required. String
Product part number
productCategory This property is required. String
Product category
provisioningGroup This property is required. String
Product provisioning group
ucmRateCardPartType This property is required. String
Rate card part type of Product
unitOfMeasure This property is required. String
Unit of Messure

GetComputedUsagesFilter

Name This property is required. string
Product name
Values This property is required. List<string>
Regex bool
Name This property is required. string
Product name
Values This property is required. []string
Regex bool
name This property is required. String
Product name
values This property is required. List<String>
regex Boolean
name This property is required. string
Product name
values This property is required. string[]
regex boolean
name This property is required. str
Product name
values This property is required. Sequence[str]
regex bool
name This property is required. String
Product name
values This property is required. List<String>
regex Boolean

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes
This Pulumi package is based on the oci Terraform Provider.
Oracle Cloud Infrastructure v2.29.0 published on Wednesday, Apr 9, 2025 by Pulumi