Updating an Ingress Gateway Route Table
Update the description and priority of an ingress gateway route table in Service Mesh.
- 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 update 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 for which you want to update the details.
- On the ingress gateway details page, from the Route Tables table, click the route table that you want to update.
- On the route table details page, click Edit.
- In the Edit Route Table panel, update the details as required. You can update the description and priority of the route table.
- Click Save changes.
To update an ingress gateway route table, use the
service-mesh
resource with theingress-gateway-route-table
option.oci service-mesh ingress-gateway-route-table update --from-json <json-file-name>
Example:
oci service-mesh ingress-gateway-route-table update --from-json file://update.json
To see what operations are available for
ingress-gateway-route-table update
use:oci service-mesh ingress-gateway-route-table update -h
To generate a sample JSON file for
ingress-gateway-route-table update
use:oci service-mesh ingress-gateway-route-table update --generate-full-command-json-input
Use the UpdateIngressGatewayRouteTable operation to update an ingress gateway route table.