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.
- Open the navigation menu and click Developer Services. Under Containers & Artifacts, click Service Mesh.
- Click Service Meshes.
- On the Service Mesh page, from the list of compartments on the left side, select a compartment.
- From the list of meshes, click the mesh name that contains the ingress gateway for which you want to move the route table.
- On the details page of the mesh, under Resources, click Ingress Gateways.
- In the Ingress Gateways table, click the ingress gateway that contains the route table that you want to move.
- On the ingress gateway details page, from the Route Tables table, click the route table that you want to move.
- On the route table details page, click Move resource.
- In the Move resource dialog box, select the destination compartment.
- Click Move resource.
To move an ingress gateway route table from one compartment to another, use the
service-mesh
resource with theingress-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.