updated gcp_info_networking.sh

pull/2/head
Hari Sekhon 4 years ago
parent b3fb3c2c5a
commit 92fb2bef91

@ -62,12 +62,6 @@ EOF
echo "Networks:"
gcloud compute networks list
echo
echo "Subnets:"
gcloud compute networks subnets list --sort-by=NETWORK
echo
echo "Routes:"
gcloud compute routes list
echo
echo "Addresses:"
gcloud compute addresses list
echo
@ -89,6 +83,12 @@ echo
echo "URL Maps:"
gcloud compute url-maps list
echo
echo "Subnets:"
gcloud compute networks subnets list --sort-by=NETWORK
echo
echo "Routes:"
gcloud compute routes list
echo
echo "Routers:"
gcloud compute routers list
echo

Loading…
Cancel
Save