From 1d98243901c9610cd05618e6ef61fd5ba1ce9859 Mon Sep 17 00:00:00 2001 From: Arun Ramakrishnan <89931466+arrarama@users.noreply.github.com> Date: Fri, 6 Oct 2023 13:22:00 -0700 Subject: [PATCH] Adding OCI reference for regions Adding OCi reference for regions --- supporting_content/dimensions/region.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/supporting_content/dimensions/region.md b/supporting_content/dimensions/region.md index a3d1d30e8..ac534247b 100644 --- a/supporting_content/dimensions/region.md +++ b/supporting_content/dimensions/region.md @@ -9,6 +9,7 @@ Current column mappings found in available data sets: | AWS | CUR | Product_region | | Google Cloud | BigQuery Billing Export | Location.location | | Microsoft | EA, MCA | ResourceLocation | +| OCI | Cost reports | product/region | ## Example usage scenarios @@ -19,6 +20,7 @@ Current values observed in billing data for various scenarios: | AWS | CUR | us-east-1, eu-west-1, us-gov-east-1 | | Google Cloud | BigQuery Billing Export | northamerica-northeast1, asia-southeast1, us-central2, europe-west3, us | | Microsoft | Cost details | Eastasia, AP East, WestUS, centralindia | +| OCI | Cost reports | ap-mumbai-1, ca-toronto-1, eu-frankfurt-1, us-ashburn-1 | ## Discussion / Scratch space: @@ -69,4 +71,5 @@ Current values observed in billing data for various scenarios: - References: - AWS: [https://docs.aws.amazon.com/cur/latest/userguide/product-columns.html#R](https://docs.aws.amazon.com/cur/latest/userguide/product-columns.html#R) - GCP: [https://cloud.google.com/billing/docs/how-to/export-data-bigquery-tables/detailed-usage#detailed-usage-cost-data-schema](https://cloud.google.com/billing/docs/how-to/export-data-bigquery-tables/detailed-usage#detailed-usage-cost-data-schema), [https://cloud.google.com/billing/docs/how-to/export-data-bigquery-tables/standard-usage](https://cloud.google.com/billing/docs/how-to/export-data-bigquery-tables/standard-usage) - - Azure: [https://learn.microsoft.com/en-us/azure/cost-management-billing/automate/understand-usage-details-fields](https://learn.microsoft.com/en-us/azure/cost-management-billing/automate/understand-usage-details-fields) \ No newline at end of file + - Azure: [https://learn.microsoft.com/en-us/azure/cost-management-billing/automate/understand-usage-details-fields](https://learn.microsoft.com/en-us/azure/cost-management-billing/automate/understand-usage-details-fields) + - OCI: [https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm](https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm)