1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Apr 6 08:36:53 UTC 2022

This commit is contained in:
Automated 2022-04-06 08:36:53 +00:00
parent 9bf28f1efe
commit f88a614da8
221 changed files with 7174 additions and 449 deletions

View file

@ -4,8 +4,9 @@ NAME
SYNOPSIS
gcloud alpha compute instances network-interfaces update INSTANCE_NAME
[--aliases=ALIASES] [--ipv6-network-tier=IPV6_NETWORK_TIER]
[--network=NETWORK]
[--aliases=ALIASES] [--ipv6-address=IPV6_ADDRESS]
[--ipv6-network-tier=IPV6_NETWORK_TIER]
[--ipv6-prefix-length=IPV6_PREFIX_LENGTH] [--network=NETWORK]
[--network-interface=NETWORK_INTERFACE; default="nic0"]
[--private-network-ip=PRIVATE_NETWORK_IP] [--stack-type=STACK_TYPE]
[--subnetwork=SUBNETWORK] [--zone=ZONE] [GCLOUD_WIDE_FLAG ...]
@ -42,6 +43,11 @@ FLAGS
--aliases="10.128.1.0/24;r1:/32"
--ipv6-address=IPV6_ADDRESS
Assigns the given external IPv6 address to an instance. The address
must be the first IP in the range. This option can only be used on a
IPv4 only dual stack instance.
--ipv6-network-tier=IPV6_NETWORK_TIER
Specifies the IPv6 network tier that will be used to configure the
instance network interface IPv6 access config. IPV6_NETWORK_TIER must
@ -50,6 +56,11 @@ FLAGS
PREMIUM
High quality, Google-grade network tier.
--ipv6-prefix-length=IPV6_PREFIX_LENGTH
Prefix Length of the External IPv6 address range, should be used
together with --ipv6-address. Currently only /96 is supported and the
default value is 96.
--network=NETWORK
Specifies the network this network interface belongs to.