Moving an Ingress Gateway Route Table Between Compartments

Move an ingress gateway route table to another compartment in Service Mesh.

After you move an ingress gateway route table to a new compartment, inherent policies apply immediately, and affect access to the ingress gateway route table through the Console. For more information, see Managing Compartments.

    1. Open the navigation menu and click Developer Services. Under Containers & Artifacts, click Service Mesh.
    2. Click Service Meshes.
    3. On the Service Mesh page, from the list of compartments on the left side, select a compartment.
    4. From the list of meshes, click the mesh name that contains the ingress gateway for which you want to move the route table.
    5. On the details page of the mesh, under Resources, click Ingress Gateways.
    6. In the Ingress Gateways table, click the ingress gateway that contains the route table that you want to move.
    7. On the ingress gateway details page, from the Route Tables table, click the route table that you want to move.
    8. On the route table details page, click Move resource.
    9. In the Move resource dialog box, select the destination compartment.
    10. Click Move resource.
  • To move an ingress gateway route table from one compartment to another, use the service-mesh resource with the ingress-gateway-route-table option. Provide the compartment ID for the target compartment for the ingress gateway route table.

    oci service-mesh ingress-gateway-route-table change-compartment --ingress-gateway-route-table-id <ingress-gateway-route-table-id> --compartment-id <compartment-id>

    Example:

    oci service-mesh ingress-gateway-route-table change-compartment --ingress-gateway-route-table-id ocid.meshingressgatewayroutetable.oc1.iad.aaaa.... --compartment-id ocid.compartment.oc1.iad.aaaa....

    To see what operations are available for ingress-gateway-route-table change-compartment use:

    oci service-mesh ingress-gateway-route-table change-compartment -h
  • Use the ChangeIngressGatewayRouteTableCompartment operation to move an ingress gateway route table.