This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Script to retrieve compute engine details. | |
| # Author - Rajathithan Rajasekar - 03/03/2020 | |
| from pprint import pprint | |
| from googleapiclient import discovery | |
| from oauth2client.client import GoogleCredentials | |
| import re | |
| import sys |