1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-19 07:15:23 +00:00

gcloud: Thu Jan 19 00:56:33 UTC 2023

This commit is contained in:
Automated 2023-01-19 00:56:33 +00:00
parent 348d9760ee
commit 1248f773ec
1462 changed files with 51835 additions and 5402 deletions

View file

@ -15,13 +15,23 @@ SYNOPSIS
DESCRIPTION
(ALPHA) gcloud alpha compute instances update-access-config is used to
update access configurations for network interfaces of Compute Engine
virtual machines.
virtual machines. IPv4 and IPv6 access configurations cannot be updated
together.
EXAMPLES
To update network interface of an instance to 'nic0', run:
To update public PTR record in IPv4 access config in network interface
'nic0' of an instance, run:
$ gcloud alpha compute instances update-access-config \
example-instance --network-interface=nic0 --zone=us-central1-b
example-instance --network-interface=nic0 --zone=us-central1-b \
--public-ptr --public-ptr-domain=exampledomain.com.
To update public PTR record in IPv6 access config in default network
interface 'nic0' of an instance, run:
$ gcloud alpha compute instances update-access-config \
example-instance --zone=us-central1-b \
--ipv6-public-ptr-domain=exampledomain.com.
POSITIONAL ARGUMENTS
INSTANCE_NAME