gcloud compute instances describe
command to get the details of the instance.gcloud compute instances delete-access-config
command to remove the public IP from the instance:
gcloud compute instances describe
command to get the details of the instance.gcloud compute instances add-metadata
command to enable OS Login for the instance:
gcloud compute firewall-rules list
command to get the list of firewall rules.gcloud compute firewall-rules update
command to restrict SSH access to specific IP ranges: