Oracle Cloud Infrastructure v2.29.0 published on Wednesday, Apr 9, 2025 by Pulumi
oci.OneSubsription.getComputedUsages
Explore with Pulumi AI
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>
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]
func GetComputedUsages(ctx *Context, args *GetComputedUsagesArgs, opts ...InvokeOption) (*GetComputedUsagesResult, error)
func GetComputedUsagesOutput(ctx *Context, args *GetComputedUsagesOutputArgs, opts ...InvokeOption) GetComputedUsagesResultOutput
> 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)
}
public static CompletableFuture<GetComputedUsagesResult> getComputedUsages(GetComputedUsagesArgs args, InvokeOptions options)
public static Output<GetComputedUsagesResult> getComputedUsages(GetComputedUsagesArgs args, InvokeOptions options)
fn::invoke:
function: oci:OneSubsription/getComputedUsages:getComputedUsages
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id This property is required. string - The OCID of the root compartment.
- Subscription
Id This property is required. string - Subscription Id is an identifier associated to the service used for filter the Computed Usage in SPM.
- Time
From 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.
- Time
To This property is required. string - Final date to filter Computed Usage data in SPM, expressed in RFC 3339 timestamp format.
- Computed
Product string - Product part number for Computed Usage .
- Filters
Changes to this property will trigger replacement.
Computed Usages Filter> - Parent
Product string - Product part number for subscribed service line, called parent product.
- Compartment
Id This property is required. string - The OCID of the root compartment.
- Subscription
Id This property is required. string - Subscription Id is an identifier associated to the service used for filter the Computed Usage in SPM.
- Time
From 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.
- Time
To This property is required. string - Final date to filter Computed Usage data in SPM, expressed in RFC 3339 timestamp format.
- Computed
Product string - Product part number for Computed Usage .
- Filters
Changes to this property will trigger replacement.
Computed Usages Filter - Parent
Product string - Product part number for subscribed service line, called parent product.
- compartment
Id This property is required. String - The OCID of the root compartment.
- subscription
Id This property is required. String - Subscription Id is an identifier associated to the service used for filter the Computed Usage in SPM.
- time
From 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.
- time
To This property is required. String - Final date to filter Computed Usage data in SPM, expressed in RFC 3339 timestamp format.
- computed
Product String - Product part number for Computed Usage .
- filters
Changes to this property will trigger replacement.
Computed Usages Filter> - parent
Product String - Product part number for subscribed service line, called parent product.
- compartment
Id This property is required. string - The OCID of the root compartment.
- subscription
Id This property is required. string - Subscription Id is an identifier associated to the service used for filter the Computed Usage in SPM.
- time
From 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.
- time
To This property is required. string - Final date to filter Computed Usage data in SPM, expressed in RFC 3339 timestamp format.
- computed
Product string - Product part number for Computed Usage .
- filters
Changes to this property will trigger replacement.
Computed Usages Filter[] - parent
Product 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.
Get Computed Usages Filter] - parent_
product str - Product part number for subscribed service line, called parent product.
- compartment
Id This property is required. String - The OCID of the root compartment.
- subscription
Id This property is required. String - Subscription Id is an identifier associated to the service used for filter the Computed Usage in SPM.
- time
From 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.
- time
To This property is required. String - Final date to filter Computed Usage data in SPM, expressed in RFC 3339 timestamp format.
- computed
Product String - Product part number for Computed Usage .
- filters
Changes to this property will trigger replacement.
- parent
Product String - Product part number for subscribed service line, called parent product.
getComputedUsages Result
The following output properties are available:
- Compartment
Id string - Computed
Usages List<GetComputed Usages Computed Usage> - The list of computed_usages.
- Id string
- The provider-assigned unique ID for this managed resource.
- Subscription
Id string - Time
From string - Time
To string - Computed
Product string - Filters
List<Get
Computed Usages Filter> - Parent
Product string - Product description
- Compartment
Id string - Computed
Usages []GetComputed Usages Computed Usage - The list of computed_usages.
- Id string
- The provider-assigned unique ID for this managed resource.
- Subscription
Id string - Time
From string - Time
To string - Computed
Product string - Filters
[]Get
Computed Usages Filter - Parent
Product string - Product description
- compartment
Id String - computed
Usages List<GetComputed Usages Computed Usage> - The list of computed_usages.
- id String
- The provider-assigned unique ID for this managed resource.
- subscription
Id String - time
From String - time
To String - computed
Product String - filters
List<Get
Computed Usages Filter> - parent
Product String - Product description
- compartment
Id string - computed
Usages GetComputed Usages Computed Usage[] - The list of computed_usages.
- id string
- The provider-assigned unique ID for this managed resource.
- subscription
Id string - time
From string - time
To string - computed
Product string - filters
Get
Computed Usages Filter[] - parent
Product string - Product description
- compartment_
id str - computed_
usages Sequence[onesubsription.Get Computed Usages Computed Usage] - 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.
Get Computed Usages Filter] - parent_
product str - Product description
- compartment
Id String - computed
Usages List<Property Map> - The list of computed_usages.
- id String
- The provider-assigned unique ID for this managed resource.
- subscription
Id String - time
From String - time
To String - computed
Product String - filters List<Property Map>
- parent
Product String - Product description
Supporting Types
GetComputedUsagesComputedUsage
- Commitment
Service Id This property is required. string - Subscribed service commitmentId.
- Compute
Source This property is required. string - SPM Internal compute records source .
- Computed
Usage Id This property is required. string - Cost
This property is required. string - Computed Line Amount not rounded
- Cost
Rounded This property is required. string - Computed Line Amount rounded.
- Currency
Code This property is required. string - Currency code
- Data
Center 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
- Is
Invoiced This property is required. bool - Invoicing status for the aggregated compute usage
- Mqs
Message Id This property is required. string - MQS Identfier send to SPM , SPM does not transform this attribute and is received as is.
- Net
Unit Price This property is required. string - Net Unit Price for the product in consideration, price actual.
- Original
Usage Number This property is required. string - SPM Internal Original usage Line number identifier in SPM coming from Metered Services entity.
- Parent
Products This property is required. List<GetComputed Usages Computed Usage Parent Product> - Product part number for subscribed service line, called parent product.
- Parent
Subscribed Service Id This property is required. string - Subscribed service line parent id
- Plan
Number This property is required. string - Subscription plan number
- Products
This property is required. List<GetComputed Usages Computed Usage Product> - Product description
- Quantity
This property is required. string - Total Quantity that was used for computation
- Rate
Card Id This property is required. string - Ratecard Id at subscribed service level
- Rate
Card Tierd Id 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.
- Time
Created This property is required. string - Computed Usage created time, expressed in RFC 3339 timestamp format.
- Time
Metered On This property is required. string - Metered Service date, expressed in RFC 3339 timestamp format.
- Time
Of Arrival This property is required. string - Usae computation date, expressed in RFC 3339 timestamp format.
- Time
Updated 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.
- Unit
Of Measure This property is required. string - Unit of Messure
- Usage
Number 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. string - Subscribed service commitmentId.
- Compute
Source This property is required. string - SPM Internal compute records source .
- Computed
Usage Id This property is required. string - Cost
This property is required. string - Computed Line Amount not rounded
- Cost
Rounded This property is required. string - Computed Line Amount rounded.
- Currency
Code This property is required. string - Currency code
- Data
Center 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
- Is
Invoiced This property is required. bool - Invoicing status for the aggregated compute usage
- Mqs
Message Id This property is required. string - MQS Identfier send to SPM , SPM does not transform this attribute and is received as is.
- Net
Unit Price This property is required. string - Net Unit Price for the product in consideration, price actual.
- Original
Usage Number This property is required. string - SPM Internal Original usage Line number identifier in SPM coming from Metered Services entity.
- Parent
Products This property is required. []GetComputed Usages Computed Usage Parent Product - Product part number for subscribed service line, called parent product.
- Parent
Subscribed Service Id This property is required. string - Subscribed service line parent id
- Plan
Number This property is required. string - Subscription plan number
- Products
This property is required. []GetComputed Usages Computed Usage Product - Product description
- Quantity
This property is required. string - Total Quantity that was used for computation
- Rate
Card Id This property is required. string - Ratecard Id at subscribed service level
- Rate
Card Tierd Id 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.
- Time
Created This property is required. string - Computed Usage created time, expressed in RFC 3339 timestamp format.
- Time
Metered On This property is required. string - Metered Service date, expressed in RFC 3339 timestamp format.
- Time
Of Arrival This property is required. string - Usae computation date, expressed in RFC 3339 timestamp format.
- Time
Updated 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.
- Unit
Of Measure This property is required. string - Unit of Messure
- Usage
Number 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. String - Subscribed service commitmentId.
- compute
Source This property is required. String - SPM Internal compute records source .
- computed
Usage Id This property is required. String - cost
This property is required. String - Computed Line Amount not rounded
- cost
Rounded This property is required. String - Computed Line Amount rounded.
- currency
Code This property is required. String - Currency code
- data
Center 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
- is
Invoiced This property is required. Boolean - Invoicing status for the aggregated compute usage
- mqs
Message Id This property is required. String - MQS Identfier send to SPM , SPM does not transform this attribute and is received as is.
- net
Unit Price This property is required. String - Net Unit Price for the product in consideration, price actual.
- original
Usage Number This property is required. String - SPM Internal Original usage Line number identifier in SPM coming from Metered Services entity.
- parent
Products This property is required. List<GetComputed Usages Computed Usage Parent Product> - Product part number for subscribed service line, called parent product.
- parent
Subscribed Service Id This property is required. String - Subscribed service line parent id
- plan
Number This property is required. String - Subscription plan number
- products
This property is required. List<GetComputed Usages Computed Usage Product> - Product description
- quantity
This property is required. String - Total Quantity that was used for computation
- rate
Card Id This property is required. String - Ratecard Id at subscribed service level
- rate
Card Tierd Id 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.
- time
Created This property is required. String - Computed Usage created time, expressed in RFC 3339 timestamp format.
- time
Metered On This property is required. String - Metered Service date, expressed in RFC 3339 timestamp format.
- time
Of Arrival This property is required. String - Usae computation date, expressed in RFC 3339 timestamp format.
- time
Updated 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.
- unit
Of Measure This property is required. String - Unit of Messure
- usage
Number 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. string - Subscribed service commitmentId.
- compute
Source This property is required. string - SPM Internal compute records source .
- computed
Usage Id This property is required. string - cost
This property is required. string - Computed Line Amount not rounded
- cost
Rounded This property is required. string - Computed Line Amount rounded.
- currency
Code This property is required. string - Currency code
- data
Center 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
- is
Invoiced This property is required. boolean - Invoicing status for the aggregated compute usage
- mqs
Message Id This property is required. string - MQS Identfier send to SPM , SPM does not transform this attribute and is received as is.
- net
Unit Price This property is required. string - Net Unit Price for the product in consideration, price actual.
- original
Usage Number This property is required. string - SPM Internal Original usage Line number identifier in SPM coming from Metered Services entity.
- parent
Products This property is required. GetComputed Usages Computed Usage Parent Product[] - Product part number for subscribed service line, called parent product.
- parent
Subscribed Service Id This property is required. string - Subscribed service line parent id
- plan
Number This property is required. string - Subscription plan number
- products
This property is required. GetComputed Usages Computed Usage Product[] - Product description
- quantity
This property is required. string - Total Quantity that was used for computation
- rate
Card Id This property is required. string - Ratecard Id at subscribed service level
- rate
Card Tierd Id 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.
- time
Created This property is required. string - Computed Usage created time, expressed in RFC 3339 timestamp format.
- time
Metered On This property is required. string - Metered Service date, expressed in RFC 3339 timestamp format.
- time
Of Arrival This property is required. string - Usae computation date, expressed in RFC 3339 timestamp format.
- time
Updated 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.
- unit
Of Measure This property is required. string - Unit of Messure
- usage
Number 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.Get Computed Usages Computed Usage Parent Product] - 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.Get Computed Usages Computed Usage Product] - 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.
- commitment
Service Id This property is required. String - Subscribed service commitmentId.
- compute
Source This property is required. String - SPM Internal compute records source .
- computed
Usage Id This property is required. String - cost
This property is required. String - Computed Line Amount not rounded
- cost
Rounded This property is required. String - Computed Line Amount rounded.
- currency
Code This property is required. String - Currency code
- data
Center 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
- is
Invoiced This property is required. Boolean - Invoicing status for the aggregated compute usage
- mqs
Message Id This property is required. String - MQS Identfier send to SPM , SPM does not transform this attribute and is received as is.
- net
Unit Price This property is required. String - Net Unit Price for the product in consideration, price actual.
- original
Usage Number This property is required. String - SPM Internal Original usage Line number identifier in SPM coming from Metered Services entity.
- parent
Products This property is required. List<Property Map> - Product part number for subscribed service line, called parent product.
- parent
Subscribed Service Id This property is required. String - Subscribed service line parent id
- plan
Number 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
- rate
Card Id This property is required. String - Ratecard Id at subscribed service level
- rate
Card Tierd Id 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.
- time
Created This property is required. String - Computed Usage created time, expressed in RFC 3339 timestamp format.
- time
Metered On This property is required. String - Metered Service date, expressed in RFC 3339 timestamp format.
- time
Of Arrival This property is required. String - Usae computation date, expressed in RFC 3339 timestamp format.
- time
Updated 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.
- unit
Of Measure This property is required. String - Unit of Messure
- usage
Number This property is required. String - SPM Internal usage Line number identifier in SPM coming from Metered Services entity.
GetComputedUsagesComputedUsageParentProduct
- Billing
Category This property is required. string - Metered service billing category
- Name
This property is required. string - Product name
- Part
Number This property is required. string - Product part number
- Product
Category This property is required. string - Product category
- Provisioning
Group This property is required. string - Product provisioning group
- Ucm
Rate Card Part Type This property is required. string - Rate card part type of Product
- Unit
Of Measure This property is required. string - Unit of Messure
- Billing
Category This property is required. string - Metered service billing category
- Name
This property is required. string - Product name
- Part
Number This property is required. string - Product part number
- Product
Category This property is required. string - Product category
- Provisioning
Group This property is required. string - Product provisioning group
- Ucm
Rate Card Part Type This property is required. string - Rate card part type of Product
- Unit
Of Measure This property is required. string - Unit of Messure
- billing
Category This property is required. String - Metered service billing category
- name
This property is required. String - Product name
- part
Number This property is required. String - Product part number
- product
Category This property is required. String - Product category
- provisioning
Group This property is required. String - Product provisioning group
- ucm
Rate Card Part Type This property is required. String - Rate card part type of Product
- unit
Of Measure This property is required. String - Unit of Messure
- billing
Category This property is required. string - Metered service billing category
- name
This property is required. string - Product name
- part
Number This property is required. string - Product part number
- product
Category This property is required. string - Product category
- provisioning
Group This property is required. string - Product provisioning group
- ucm
Rate Card Part Type This property is required. string - Rate card part type of Product
- unit
Of Measure 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
- billing
Category This property is required. String - Metered service billing category
- name
This property is required. String - Product name
- part
Number This property is required. String - Product part number
- product
Category This property is required. String - Product category
- provisioning
Group This property is required. String - Product provisioning group
- ucm
Rate Card Part Type This property is required. String - Rate card part type of Product
- unit
Of Measure This property is required. String - Unit of Messure
GetComputedUsagesComputedUsageProduct
- Billing
Category This property is required. string - Metered service billing category
- Name
This property is required. string - Product name
- Part
Number This property is required. string - Product part number
- Product
Category This property is required. string - Product category
- Provisioning
Group This property is required. string - Product provisioning group
- Ucm
Rate Card Part Type This property is required. string - Rate card part type of Product
- Unit
Of Measure This property is required. string - Unit of Messure
- Billing
Category This property is required. string - Metered service billing category
- Name
This property is required. string - Product name
- Part
Number This property is required. string - Product part number
- Product
Category This property is required. string - Product category
- Provisioning
Group This property is required. string - Product provisioning group
- Ucm
Rate Card Part Type This property is required. string - Rate card part type of Product
- Unit
Of Measure This property is required. string - Unit of Messure
- billing
Category This property is required. String - Metered service billing category
- name
This property is required. String - Product name
- part
Number This property is required. String - Product part number
- product
Category This property is required. String - Product category
- provisioning
Group This property is required. String - Product provisioning group
- ucm
Rate Card Part Type This property is required. String - Rate card part type of Product
- unit
Of Measure This property is required. String - Unit of Messure
- billing
Category This property is required. string - Metered service billing category
- name
This property is required. string - Product name
- part
Number This property is required. string - Product part number
- product
Category This property is required. string - Product category
- provisioning
Group This property is required. string - Product provisioning group
- ucm
Rate Card Part Type This property is required. string - Rate card part type of Product
- unit
Of Measure 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
- billing
Category This property is required. String - Metered service billing category
- name
This property is required. String - Product name
- part
Number This property is required. String - Product part number
- product
Category This property is required. String - Product category
- provisioning
Group This property is required. String - Product provisioning group
- ucm
Rate Card Part Type This property is required. String - Rate card part type of Product
- unit
Of Measure This property is required. String - Unit of Messure
GetComputedUsagesFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.