An internal HR API for city employees must not be reachable from the public internet, while a second citizen portal API must be. How do API Gateway front-end types differ?
Select an answer to reveal the explanation.
Short Explanation
Every gateway has a private address; a private front end stays inside the VCN neighborhood, while a public front end also gets a public IP and needs an internet gateway so citizens can reach it.
Full Explanation
Every API gateway has a private IP. A private gateway is reachable only from its VCN or via peered/on-prem connectivity to that VCN; its hostname may resolve on the internet to that private address, which is not routable from the public internet. A public gateway also has a public IP and requires an internet gateway in the VCN for internet clients.