Cross-Cloud Region and Zone Mapping

For each OCI availability domain available using the specified Multicloud subscription and Multicloud compartment, view the mapped partner cloud regions and zones, using Oracle Multicloud Hub. Details listed depend on the partner cloud. For example, Microsoft Azure is the only cloud provider that includes a column for logical zone.

The API for this task is ListExternalLocationMappingMetadata.

Note

The default name of a linked compartment depends on the partner cloud. A Microsoft Azure compartment is prefixed with the Azure subscription ID or resource group while an Amazon Web Services (AWS) compartment is prefixed with the AWS account ID. A Google Cloud Platform (GCP) compartment is prefixed with the GCP project ID. Contrast with the name of a Multicloud base compartment. The default name of a base compartment is MulticloudLink_<CSP_name>_<unique_identifier>.
    1. Open the navigation menu  and select Hybrid & Multicloud. Under Multicloud Hub, select Cross-cloud region & zone mapping.

      The Cross-cloud region & zone mapping list page opens, with the mandatory filters set to the first identified Multicloud subscription ID and its first Multicloud compartment (ordered alphabetically). All mappings for these filters are displayed in a table.

      Cross-cloud region & zone mapping list page
    2. (Optional) To list resources for another Multicloud subscription or Multicloud compartment, perform the following steps.
      1. Select Edit filters.
      2. In the Edit filters panel, select the Multicloud subscription and its Multicloud compartment.

        The type of Multicloud compartment is indicated by its parenthetical phrase suffix. For example, "Azure Subscription Id" in parentheses with the subscription ID indicates that the compartment is a Microsoft Azure subscription compartment.

      3. Select Update.

    Filtering List Results

    Use filters under Cross-cloud region & zone mapping to limit the mappings in the list.

    From the Search and Filter box above the list table, select one or more filters and specify the values that you want to use to narrow the list. The filters correspond to the columns shown in the list table.

    Change the order of the items in the list table by using the sort icons next to the column names.

    For information about searching for resources and managing the columns in the list table, see Listing Resources.

    Actions

    To perform an action on a mapping directly from the list table, select an available option from the Actions menu (three dots) in the row for that mapping:

    • View multicloud resources: See a list of Multicloud resources for this Multicloud subscription and Multicloud compartment. This option opens the Multicloud resources page, filtered by the indicated Multicloud subscription ID, Multicloud compartment, and partner cloud region.
  • Use the oci multicloud metadata external-location-mapping-metadatum-summary-collection list-external-location-mapping-metadata command and required parameters to view the mappings for a Multicloud subscription and compartment:

    oci multicloud metadata external-location-mapping-metadatum-summary-collection list-external-location-mapping-metadata ... [OPTIONS]

    Example request to map OCI to Microsoft Azure:

    oci multicloud metadata external-location-mapping-metadatum-summary-collection list-external-location-mapping-metadata \
      --compartment-id <compartment_ocid> \
      --subscription-id <subscription_ocid> \
      --subscription-service-name ORACLEDBATAZURE

    Example response:

    {
      "data": {
        "items": [
          {
            "defined-tags": null,
            "external-location": {
              "csp-physical-az": "eastus-az1",
              "csp-physical-az-display-name": "East US Physical Zone 1",
              "csp-region": "eastus",
              "csp-region-display-name": "East US",
              "service-name": "ORACLEDBATAZURE"
            },
            "freeform-tags": null,
            "oci-logical-ad": "jcaB:US-ASHBURN-AD-3",
            "oci-physical-ad": "iad-ad-1",
            "oci-region": "us-ashburn-1",
            "system-tags": null
          },
          {
            "defined-tags": null,
            "external-location": {
              "csp-physical-az": "eastus-az3",
              "csp-physical-az-display-name": "East US Physical Zone 3",
              "csp-region": "eastus",
              "csp-region-display-name": "East US",
              "service-name": "ORACLEDBATAZURE"
            },
            "freeform-tags": null,
            "oci-logical-ad": "jcaB:US-ASHBURN-AD-2",
            "oci-physical-ad": "iad-ad-3",
            "oci-region": "us-ashburn-1",
            "system-tags": null
          },
          {
            "defined-tags": null,
            "external-location": {
              "csp-physical-az": "eastus2-az3",
              "csp-physical-az-display-name": "East US 2 Physical Zone 3",
              "csp-region": "eastus2",
              "csp-region-display-name": "East US 2",
              "service-name": "ORACLEDBATAZURE"
            },
            "freeform-tags": null,
            "oci-logical-ad": "jcaB:US-ASHBURN-AD-1",
            "oci-physical-ad": "iad-ad-2",
            "oci-region": "us-ashburn-1",
            "system-tags": null
          },
          {
            "defined-tags": null,
            "external-location": {
              "csp-physical-az": "eastus2-az2",
              "csp-physical-az-display-name": "East US 2 Physical Zone 2",
              "csp-region": "eastus2",
              "csp-region-display-name": "East US 2",
              "service-name": "ORACLEDBATAZURE"
            },
            "freeform-tags": null,
            "oci-logical-ad": "jcaB:US-ASHBURN-AD-3",
            "oci-physical-ad": "iad-ad-1",
            "oci-region": "us-ashburn-1",
            "system-tags": null
          }
        ]
      }
    }

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.