mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Aug 9 11:23:49 UTC 2023
This commit is contained in:
parent
678b9afba9
commit
19bfacfbed
148 changed files with 2955 additions and 379 deletions
|
|
@ -12,7 +12,10 @@ DESCRIPTION
|
|||
(BETA) gcloud beta compute instances delete-access-config is used to delete
|
||||
access configurations from network interfaces of Compute Engine virtual
|
||||
machines. Access configurations let you assign a public, external IP to a
|
||||
virtual machine.
|
||||
virtual machine. The delete-access-config operation removes external IP
|
||||
from the instance interface. If there is traffic routed to the external IP,
|
||||
after deleting the access config operation, traffic to the external IP will
|
||||
not reach the VM anymore.
|
||||
|
||||
EXAMPLES
|
||||
To remove the externally accessible IP from a virtual machine named
|
||||
|
|
|
|||
|
|
@ -226,6 +226,7 @@ REQUIRED FLAGS
|
|||
OS Short Name OS Version
|
||||
centos 8
|
||||
centos 7
|
||||
debian 12
|
||||
debian 11
|
||||
debian 10
|
||||
debian 9
|
||||
|
|
|
|||
|
|
@ -263,6 +263,7 @@ FLAGS
|
|||
OS Short Name OS Version
|
||||
centos 8
|
||||
centos 7
|
||||
debian 12
|
||||
debian 11
|
||||
debian 10
|
||||
debian 9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue