Creating an Ingress Gateway Route Table
Create an ingress gateway route table for an ingress gateway in Service Mesh.
To create an ingress gateway route table, use the
service-mesh
resource with theingress-gateway-route-table
option.oci service-mesh ingress-gateway-route-table create --from-json <json-file-name>
Example:
oci service-mesh ingress-gateway-route-table create --from-json file://create.json
To see what operations are available for
ingress-gateway-route-table create
use:oci service-mesh ingress-gateway-route-table create -h
To generate a sample JSON file for
ingress-gateway-route-table create
use:oci service-mesh ingress-gateway-route-table create --generate-full-command-json-input
Use the CreateIngressGatewayRouteTable operation to create an ingress gateway route table.